Number Guessing Game with Python
A number guessing game aims to guess the number that the program has come up with.
- The program randomly selects a number between 1 and 100
- It will then ask the player to enter his proposal.
- It will then check if this number is the same as the one generated randomly
- If the player’s guess is not the same, then he will check if the number is higher or lower than the guess and tell the player.