A simple one-file calculator written in Python.
It demonstrates basic arithmetic operations, error handling, and user interaction through the console.
- ➕ Addition
- ➖ Subtraction
- ✖️ Multiplication
- ➗ Division (with divide-by-zero check)
- 🔢 Power (exponentiation)
- 🧮 Modulus (with zero check)
- Python 3.8+ installed on your system
python calculator.py