A simple Python number guessing game to practice using conditional statements, loops, and user input.
In this game:
- The computer randomly selects a number within a specified range.
- The player tries to guess the number.
- The game provides hints whether the guess is too low or too high until the correct number is guessed.
- Tracks the number of attempts taken to guess correctly.
This project is beginner-friendly and helps strengthen your Python basics and logical thinking.