A simple guessing game using Python, in which user thinks of a number between 0-100 and Python attempts to guess the user's number
Instructions:
- Think of a number between 0 and 100.
- The program will then make an attempt to guess the number.
- Press H if the guess is too High.
- Press L if the guess is too Low.
- If the program guesses correctly simply enter Yes.