pow calculates the power : Pow : Buildin Function PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Function » Pow »

 

pow calculates the power


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



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Buildin Function
» Pow