GUESS THE NUMBER GAME IN PYTHON
In this particular project, I designed a small game. In this game,  the system selects a random number and the user has to guess it correctly. We need to import the random module so the system can select any number between the given range. The game comes to an end when the user guesses the random number correctly.