A beginner-friendly Python project that performs basic arithmetic operations:
- Addition
- Subtraction
- Multiplication
- Division
-
Clone the repository:
git clone https://github.com/panu-123/Simple-Calculator.git
-
Navigate into the folder: cd Simple-Calculator
-
Run the calculator: python calculator.py
Simple-Calculator/ โ-- calculator.py โ-- README.md
Simple text-based menu Input validation Beginner project to practice Python and GitHub