A simple command-line calculator built using Python.
It performs basic arithmetic operations and handles user input with error checking.
- ➕ Addition
- ➖ Subtraction
- ✖️ Multiplication
- ➗ Division
- 🔁 Continuous calculation (loop)
⚠️ Error handling (invalid input & division by zero)
- Python (basic concepts)
- Functions
- Loops
- Conditional statements
- Exception handling
- Make sure Python is installed
- Open terminal in project folder
- Run:
python calculator.py