函数的嵌套与调用
![In [20]: #count已經變成了全局變量
In [21]: def fun1():
…: print “fun1 函數正在被調用。。。。”
…: def fun2():
…: print “fun2函數正在被調用。。。。”
…: fun2()
…:
In [22]: fun1()
fun1 函數正在被調用。。。。
fun2函數正在被調用。。。。
In [23]: #函數的嵌套與調用
](https://img-blog.csdn.net/20161125224056817)
總結
- 上一篇: python中的函数定义问题
- 下一篇: 2016 CCF大数据与计算智能大赛——