python基础之引用和匿名函数
a=1#1 为对象,
def func(x):
print(\'x的地址{}\'.format(id(x)))
x=2
print(\'x的地址{}\'.format(id(x)))
0
0
0
加载中,请稍侯......
精彩评论