Basic Python Calculator
A simple console-based calculator built in Python that supports basic arithmetic operations: addition, subtraction, multiplication, and division.
- Addition ➕
- Subtraction ➖
- Multiplication ✖️
- Division ➗ (handles division by zero)
- Console-based user interface
- Download or clone this repository.
- Open the
calculator.pyfile in your preferred editor (e.g., VS Code, PyCharm, Sublime Text, or IDLE). - Run the file.
- Follow the on-screen instructions to perform addition, subtraction, multiplication, or division.
- To exit the calculator, choose option 5 or type 'n' when asked to continue.