rom decimal import * getcontext().prec = 100 d = Decimal(Decimal(10000000000000000000000000000000000000000000000000000000000)/Decimal(3)) print(d)