运维网's Archiver
论坛
›
Python
› Python的傻样
hb120973135
发表于 2017-4-30 14:45:08
Python的傻样
Python2.4测试如下:(真是傻样的)
>>> i = 99
>>> i is 99
True
>>> i = 100
>>> i is 100
False
>>>
页:
[1]
查看完整版本:
Python的傻样