6
>>> import math
>>> math.pow(2, 3000)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
OverflowError: math range error
¿Cómo puedo repararlo?OverflowError: error de rango matemático
Esto usa grandes ints. –
@Hamish: sí, lo hace. –