Python Simple Calculator
This is a simple Python calculator program that can perform basic arithmetic operations like addition, subtraction, multiplication, and division. The user can input two numbers and choose an operation, and the program will output the result.
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
- Clone this repository.
- Open the
simple_calculator.pyfile in your Python environment. - Run the program.
- Enter two numbers and choose the arithmetic operation (+, -, *, /).
- The program will output the result.
- Python 3.x
- Clone this repository to your local machine.
git clone https://github.com/your-username/your