"Donn Cave" <[EMAIL PROTECTED]> writes: > |> 3. If two objects are equal with "==", does that > |> mean their values are the same? > Yes. > | >>> 3.0 == 3 > | True > Evidently the value of 3.0 is the same as the value of 3.
And they do. They are two different representations of the same value. More in another thread. <mike -- Mike Meyer <[EMAIL PROTECTED]> http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. -- http://mail.python.org/mailman/listinfo/python-list