阅读背景:

python函数中的默认参数问题

来源:互联网 
def foo(arg):
arg
= 2
print(arg)

a
= 1
foo(a) foo(a)



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: