笔记Blog
·变量的作用域 ·程序代码能访问...
def fun(a,b,c): ...
”’ 个数可变的位置参数 定义...
####函数的返回值 def f...
”’ 在函数调用过程中,进行参...