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,350
  • 14
  • 15
  • 30
Jj200031
  • 11
  • 1

0 Answers0