A simple Python program that performs basic arithmetic operations: addition, subtraction, multiplication, and division. This project serves as a basic example of using functions and user input in Python.
- Addition: Adds two numbers.
- Subtraction: Subtracts one number from another.
- Multiplication: Multiplies two numbers.
- Division: Divides one number by another, handling division by zero.
To use the Basic Calculator, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/basic-calculator.git