This is a simple Python script I created to practice basic concepts like user input, conditionals, and random number generation.
- Asks for the user's name and age
- Tells you how old you will be in 10 years
- A fun little number guessing game!
- Python 3.x
- Clone this repository to your local machine.
- Open a terminal and navigate to the project directory.
- Run the script with Python:
python main.py