[issue30453] str.format() method, Rounding off wrong

2017-05-25 Thread Kazuhiro Fujie
Kazuhiro Fujie added the comment: Hi, Mark Thank you for teaching politely. I had misunderstood about format() and round() functions. I made mistakes though I already knew about floating point. I think try to take this tactics on my codes. num1 = 4.625 num2 = 4.62501 num3 = 4.625001

[issue30453] str.format() method, Rounding off wrong

2017-05-24 Thread Kazuhiro Fujie
New submission from Kazuhiro Fujie: To whom it may concern: I post issue at first time. Please forgive me if this is rude C:\Users\kudo-shunsaku>python Python 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 18:41:36) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright"