I am just starting with python and was running through a tutorial here
Running the exmamples, I was surprised to find print("123.56 - 62.12 =", 123.56 - 62.12)
To come out as 123.56 - 62.12 = 61.440000000000005
I am running python v3.3.0 Ran it in an online interpreter here and got the same