>>print float(3.0) is float(3.0)
True
False
Thanks,
Tobiah
--
Posted via a free Usenet account from http://www.teranews.com
True
>>print float(3.0 * 1.0) is float(3.0)
>>>
Thanks,
Tobiah
--
Posted via a free Usenet account from http://www.teranews.com
Comment