Función de módulo de matemáticas Pow () en Python
>>> import math
>>> math.pow(4,4)
256.0
Outrageous Ostrich
>>> import math
>>> math.pow(4,4)
256.0