Question: what code in python 3 would I use for this? Write a program that prompts the user to guess a number between 0 and 10.
what code in python 3 would I use for this?
Write a program that prompts the user to guess a number between 0 and 10. Your program then picks a random number and tells the user whether their guess is too high, too low or right on! Don't forget to give the user an error if their number is below 0 or above 10. Don't forget to document your code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
