关键字:Python中的函数支持多种调用方式以及参数类型,并实现了一些函数式编程的接口,Python的作用域以及递归函数
1 def hello(name): 2 print 'hello', name 3 4 hello('doublehappyi')
关键字:Python中的函数支持多种调用方式以及参数类型,并实现了一些函数式编程的接口,Python的作用域以及递归函数
1 def hello(name): 2 print 'hello', name 3 4 hello('doublehappyi')