in progress
Create a Number Guessing Game
Posted by TeamHourglass · 71 claims · 0 submissions
Create a simple Python program where the computer randomly chooses a number between 1 and 100, and the user has to guess it. Requirements: Generate a random number between 1 and 100. Ask the user to enter a guess. Tell the user whether their guess is too high, too low, or correct. Keep asking until they guess correctly. Count and display how many guesses the user needed. Instructions on how to check the code through run.