I have tried to look it up but I can't seem to phrase it right.
why does 5.6 - 2.2 = 3.3999999999999995 in Python 3?
Sure I can get around this problem with the round() built in function, but I was struck to see this behaviour
5.6 - 2.2
I am using Python version 3.7.3