Today, I made a game! It’s very simple, but I’m just starting with Python, so it took me less than 15 minutes to complete.
Based on my last project, Dice Simulator, I created this game. First, I imported the random
module from Python, and then I wrote the entire code.

Here, I ran the program and guessed the number, which was 27. If the guessed number is too high or too low, the program displays a message. When you finally guess the correct number, it congratulates you!

Let me know if you have any suggestions to make the game better!