A basic calculator program in Python that performs addition, subtraction, multiplication, and division. Built for learning and demonstration purposes
- Addition
- Subtraction
- Multiplication
- Division
- Clone the repository: git clone https://github.com/yeartwothousandfive/simple-calculator
- Navigate to the project directory: cd simple-calculator
- Run the program: python main.py
- Python 3.6 or higher
This project is licensed under the MIT License. See the LICENSE file for more information.