A simple Python-based number guessing game where the player tries to guess a randomly generated number within a given range. This project is perfect for beginners learning Python basics such as loops, conditionals, and user input.
๐ Features
Random number generation using Python's random module
User-friendly input prompts
Feedback on whether the guess is too high or too low