Python 函数参数使用
摘要:参考来源:Magnus Lie Hetland 《Python基础教程》 1. 自定义函数 def hello( name ): return 'Hello, ' + name + '!' 可以判断一个对象是不是函数: callable( hello ) 如果是函数,就会返回True,否则会返回Fa
阅读全文
posted @ 2021-02-06 22:44
posted @ 2021-02-06 22:44