you will add input validation and a count to show how many guesses the user took before getting the correct
you will add input validation and a count to show how many guesses the user took before getting the correct number. 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 5 #Name: #Date: #Random number, loop while […]