Message321909
| Author | wassersteinchen |
|---|---|
| Recipients | paul.moore, steve.dower, tim.golden, wassersteinchen, zach.ware |
| Date | 2018-07-18.19:18:39 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1531941520.1.0.56676864532.issue34153@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-18 19:18:40 | wassersteinchen | set | recipients: + wassersteinchen, paul.moore, tim.golden, zach.ware, steve.dower |
| 2018-07-18 19:18:40 | wassersteinchen | set | messageid: <1531941520.1.0.56676864532.issue34153@psf.upfronthosting.co.za> |
| 2018-07-18 19:18:40 | wassersteinchen | link | issue34153 messages |
| 2018-07-18 19:18:39 | wassersteinchen | create | |