阅读背景:

Python中的可变对象和不可变对象

来源:互联网 
a = 2
b = 2
c = a + 0
c += 0

print(id(a), id(b), id(2



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

分享到: