发布时间:2019-09-22 07:54:50编辑:auto阅读(1767)
# Auther: Aaron Fan
# 嵌套函数
# 定义:
# 在一个函数体内,用def重新定义新的函数,才叫嵌套函数
# 示例1: #属于嵌套函数
def foo():
print("in the foo")
def bar():
print("in the bar")
bar()
foo()
#而这种就不属于嵌套函数:
#def test1():
# test2()
#test1()
上一篇: 使用Python访问软连接
下一篇: python学习---type和inst
47839
46384
37278
34728
29311
25969
24907
19947
19540
18019
5789°
6410°
5925°
5959°
7062°
5909°
5941°
6436°
6403°
7774°