1
import math

from math import pow

gogo = (math.pow(10,100))

print(gogo)

gogo2 = (math.pow(10,1e+100))

print(gogo2)

Getting it overflow issue and have no cool how to extend the range

Leonardo
  • 2,439
  • 33
  • 17
  • 31
Jj200031
  • 11
  • 1

0 Answers0