Question: In VISUAL STUDIO CODE. Using Python create a code that will take a number with an exponent and output a number mod p. Must allow
In VISUAL STUDIO CODE. Using Python create a code that will take a number with an exponent and output a number mod p.
Must allow the user to input the number the exponent and the "p".
Example:
User input:
number:94
exponent:13
mod: 181
Output: 4
Thus 94^13 4 (mod 181)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
