Result Size:
625 x 571
demo_ref_pow.py:
x = pow(4, 3) print(x)
x
x
=
pow
(
4
,
3
)
print
(
x
)
C:\Users\My Name>python demo_pow.py
64