
Tito M. answered 06/07/23
Computer Science Major from Cornell University
Here are all the tools you will need to complete this program:
-The function input(prompt) in python allows one to take input from the user with a prompt.
-To convert a string to an integer in python one can use the int() function.
-The modulo operator % evaluates to the remainder when one number is divided by another
for example 3 % 2 evaluates to 1.
-The function print() allows one to print a message to the screen
I hope this helps!