pow calculates the power : pow « Buildin Function « Python Tutorial






print pow(2,5)
print pow(5,2)
print pow(3.141592,2)
print pow(1+1j, 3)
13.37.pow
13.37.1.pow calculates the power