Fungsi Modul Matematika () dalam Python
>>> import math
>>> math.pow(4,4)
256.0
Outrageous Ostrich
>>> import math
>>> math.pow(4,4)
256.0
>>> pow(5,3)
125
# x^2 :
xsquared = x**2
x**y # x^y