This is a beginner-friendly Python project that performs common number-related operations using if-else statements.
- Check whether a number is Even or Odd
- Check whether a number is Positive, Negative, or Zero
- Find the largest of two numbers
- Check whether a year is a Leap Year
- Menu-driven program
- Python 3.x
- Install Python (3.10 or above recommended)
- Clone the repository or download the files
- Open Command Prompt / Terminal
- Navigate to the project folder
- Run the program:
python main.py