Is 'everything' a refrence or isn't it?
Mike Meyer
mwm at mired.org
Sat Jan 14 17:20:33 EST 2006
"Donn Cave" <donn at drizzle.com> 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 <mwm at mired.org> http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
More information about the Python-list
mailing list