import decimal

x = decimal.Decimal('1e900000000000000000')
print(x)

x =decimal.Decimal('10.12345678901234567890')
print(x)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: