I am not certain why this is the case, but...
True
False
Can anyone explain this further? Why does it happen? 8-bit integer
differences?
>>a = 256
>>b = 256
>>a is b
>>b = 256
>>a is b
>>a = 257
>>b = 257
>>a is b
>>b = 257
>>a is b
Can anyone explain this further? Why does it happen? 8-bit integer
differences?
Comment