i am confused.

x=5
y=5

x==y -> True
x is y -> True

shouldnt x is y return False since they shouldnt(dont?) point to the
same place in memory, they just store an equal value?

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to