Result Size:
625 x 571
demo_ref_pow2.py:
x = pow(4, 3, 5) print(x)
x
x
=
pow
(
4
,
3
,
5
)
print
(
x
)
C:\Users\My Name>python demo_pow2.py
4