A simple command-line number guessing game built with Python.
- The program generates a random number between 0 and 100.
- You have 5 attempts to guess it.
- After each guess, the program tells you if the number is higher or lower.
- You win if you guess the number before running out of attempts.
- Python 3.x
python main.py
PEACE