A simple calculator project written in Python.
This is my very first project while learning Python.
- Addition
- Subtraction
- Multiplication
- Division
- Clone the repository:
git clone https://github.com/ahmetcakir-dev/first_basic-calculator_proj.git
- Go into the project folder:
cd first_basic-calculator_proj
- Run the script:
python first_basic-calculator_proj.py
This is a beginner-level project.
I built it to practice Python basics.
This project is licensed under the MIT License.