Op 2006-01-14, Mike Meyer schreef <[EMAIL PROTECTED]>:
> "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.

I would say they are two different values that are equivallent
in a lot of ways.

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

Reply via email to