Now I'm curious what differences you are talking about, because I'm no Python expert, but I can't think of any. If you mean identity representation, no, it's not different:
>>> a = 65535
>>> b = 65535
>>> a is b
False
Now I'm curious what differences you are talking about, because I'm no Python expert, but I can't think of any. If you mean identity representation, no, it's not different:
>>> a = 65535
>>> b = 65535
>>> a is b
False