>>> 1.4 / 7
0.19999999999999998
Why??
I would like to get 0.2, so the issue is not the Python2 to Python3 int/float division change. Is there any solution other than using Decimal?
Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 08:06:12) [MSC v.1900 64 bit (AM D64)] on win32