This is a simple Python project for learning Git and GitHub.
- Greet the user: Asks for the user's name and prints a greeting.
- Add two numbers: Takes two numbers as input and prints their sum.
- Check if a number is even or odd: Takes a number as input and checks if it's even or odd.
- Calculator: A simple calculator that can add, subtract, multiply, and divide two numbers.
- Interactive menu: Lets the user choose which feature to use.
- Clone the repository.
- Run
python main.py. - Follow the menu prompts to use the features.
- Greet the user: