A simple calculator project developed in Python, created with the purpose of practicing programming logic and the use of Git and GitHub.
- Addition
- Subtraction
- Multiplication
- Division
- Terminal interface
- Python 3 installed on the machine
- Clone this repository:
git clone https://github.com/MiguelCamargo123/calculadora
- Enter the project folder:
cd calculadora - Run the file:
python calculadora.py
- v1.0.0 – First stable version of the calculator