write a python program to find modules , exponentiation , power.
x = 3 y = 100 z = (int)(1e9+7) #exponentiation a = pow(x, y) % z #power, modules print (a)
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment