Carmine Paolino added the comment:
Thank you for your help.
--
___
Python tracker
<http://bugs.python.org/issue12332>
___
___
Python-bugs-list mailing list
Unsub
Carmine Paolino added the comment:
When I try to run 3*0.2 in Python shell or using an IDLE document, the result
given is 0.6001.
--
___
Python tracker
<http://bugs.python.org/issue12
New submission from Carmine Paolino :
Trying to run this simple script:
for i in range(10):
print(i*0.2)
when i is 3, the result given is 0.6001.
What could the problem be?
--
components: Interpreter Core
messages: 138311
nosy: cancelliere
priority: normal
severity