Buildin Function Python Tutorial

print pow(2,5)
print pow(5,2)
print pow(3.141592,2)
print pow(1+1j, 3)