New submission from wassersteinchen <wassersteinc...@googlemail.com>:

Hi,
I am new to python and just installed it on my win pc.
First thing what I did were some calculations (see below).
There is a failure in th last digit at 10/3 and 100/3.
Sorry if this is a RTFM-issue...
armin


Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 32 bit 
(Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> 3+6
9
>>> 10/3
3.3333333333333335
>>> 1/3
0.3333333333333333
>>> 10/3
3.3333333333333335
>>> 100/3
33.333333333333336
>>> 1000/3
333.3333333333333
>>> 10000/3
3333.3333333333335
>>> 100000/3
33333.333333333336
>>> 1000000/3
333333.3333333333
>>> 200/3
66.66666666666667

----------
components: Windows
messages: 321909
nosy: paul.moore, steve.dower, tim.golden, wassersteinchen, zach.ware
priority: normal
severity: normal
status: open
title: 10/3 - last digit
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34153>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to