Guess the number! You will make program that will ask the user to guess a number between 1 and 10.
Guess the number! You will make program that will ask the user to guess a number between 1 and 10. The pseudocode is below. Be sure to import random at the beginning of your code and use a comment block explaining what your program does #Guess the number week 4 #Name: #Date: #Random number, loop […]