I'm stuck on cheking of 10**32 number. Python counts it as this: 1e+29 9.999999999999999e+25 1e+23 9.999999999999998e+19 9.999999999999998e+16 99999999999999.98 99999999999.99998
And final result is 99999999Y instead of 10000000Y.
Please. I need your advice.