Fonction POW () POW () en Python
>>> import math
>>> math.pow(4,4)
256.0
Outrageous Ostrich
>>> import math
>>> math.pow(4,4)
256.0