demo_ref_pow.py:
x = pow(4, 3) print(x)
➜ begtut>python demo_pow.py
64