On 2008-01-18, citizen J. Peng testified:
> hello,
>
> why this happened on my python?

>>>> a=3.9
>>>> a
> 3.8999999999999999

>>> a = 3.9
>>> print a
3.9

bart
-- 
"PLEASE DO *NOT* EDIT or poldek will hate you." - packages.dir (PLD)
http://candajon.azorragarse.info/ http://azorragarse.candajon.info/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to