摘要: 定义一个函数: def outer(): def inner(): print("this is first func") print("this is end func") return inner t=outer()print(t)t() """ <function outer.<locals> 阅读全文
posted @ 2017-11-03 23:27 xuanhui 阅读(139) 评论(0) 推荐(0)