Nov-24-2020, 11:18 PM
On the face of it, this seems an easy sum to do:
>>> 0.2 * 0.1
0.020000000000000004
Python is not good at arithmetic?
>>> 0.2 * 0.1
0.020000000000000004
Python is not good at arithmetic?