New submission from Carmine Paolino <paolino.carm...@alice.it>: Trying to run this simple script: for i in range(10): print(i*0.2) when i is 3, the result given is 0.6000000000000001. What could the problem be?
---------- components: Interpreter Core messages: 138311 nosy: cancelliere priority: normal severity: normal status: open title: Float division type: behavior versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12332> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com