You are viewing a single comment's thread. Return to all comments →
a = int (input()) b = int (input()) m = int (input())
q = pow(a,b) r = pow(a,b,m)
print(q) print(r)
For easy learning
Seems like cookies are disabled on this browser, please enable them to open this website
Power - Mod Power
You are viewing a single comment's thread. Return to all comments →
a = int (input()) b = int (input()) m = int (input())
q = pow(a,b) r = pow(a,b,m)
print(q) print(r)
For easy learning