[Tutor] Need some clarification on this

Yaşar Arabacı yasar11732 at gmail.com
Sat Mar 19 15:50:30 CET 2011


 >>>a=5
 >>>b=5
 >>>a == b
True
 >>>a is b
True

My question is, why "a is b" is true. What I expected it to be is that, 
a and b are different things with same value.



More information about the Tutor mailing list