摘要: 函数 1.函数也是一种数据 函数也是一种数据,可以使用变量保存 回调函数(参数的值还是一个函数) 实例: def test(): print('hello world') def test1(a): print(a) a() test1(test) 运行结果: <function test at 0 阅读全文
posted @ 2021-09-12 13:35 目光所至皆是你 阅读(48) 评论(0) 推荐(0)