What I’m trying to do:
Why is it that when I run the following code:
print(round(0.81,2))
It always returns “0.8100000000000001”, but the output should be “0.81” (which I get on other compilers and other numbers) but for the number 0.81 specifically, I keep receiving this long number with lots of trailing zeros and a 1.