Python Calculator
A simple and functional Calculator built using Python. This project performs basic arithmetic operations such as addition, subtraction, multiplication, and division. It’s ideal for beginners learning Python syntax, functions, and user input handling.
⸻
🔍 Description
This calculator allows users to: • Add two numbers • Subtract one number from another • Multiply two numbers • Divide one number by another (with error handling for division by zero)
The project uses standard input/output and can be run from the terminal or command line. It can be easily extended to support more complex mathematical operations.
⸻
🛠 Technologies Used • Python – Core language for logic and input/output handling