I decided to multiply two numbers: 1.0 17299991019999108999910899991119999 and as a result , I received in response: 1.729999101999911e+34
Code:
print(1.0*17299991019999108999910899991119999)
1.729999101999911e+34
Here I counted it on a calculator:
Why is python not counting correctly?