Mega Code Archive

 
Categories / Python Tutorial / Buildin Function
 

Pow calculates the power

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