Mathematikmodul pow () Funktion in Python
>>> import math
>>> math.pow(4,4)
256.0
Outrageous Ostrich
>>> import math
>>> math.pow(4,4)
256.0