猿问
Python参数调用怎么理解
有参有返 有参无返 无参有返 无参无返。望有例子举出。
慕娘4261000
浏览 1094
回答 1
1回答
岳麓丹枫2013
def add(a,b): return a+b def show(a) print a def get_one(): return 1 def say_hello(): print 'hello'
1
0
0
随时随地看视频
慕课网APP
相关分类
Python
我要回答