>>>s1 = 100
>>>s2 = 100
>>>s1 is s2
True
>>>b1 = 257
>>>b2 = 257
>>>
>>>b11 = b12 = 257
>>>b1 is b2
False
>>>
>>>b11 is b12
True
>>>
B1とB2はB11とB12に起こるどんな理由PyLongtObject
のFalse
で切り抜いたのpython3のですか? どうか私を助けてください。は同じではありません必要がありますが、それは
多分、http://stackoverflow.com/questions/3718513/python-is-statement-what-is-happeningの複製 –
またはhttp://stackoverflow.com/questions/132988/is-there-aの複製-ifif-between-in-python –
soryちょっとした間違いをしました。 – jawahar