This readme describes mini-program Calculator you can find here.
Calculator can calculate easy arythmetical functions:
- Addition
- Subtraction
- Multiplication
- Division
- Clone this repo using SSH or HTTPS:
git clone [email protected]:YuryPopov/HW2_Git_and_python.git
or
git clone https://github.com/YuryPopov/HW2_Git_and_python.git
- Launch application (I hope, that you are inside app folder):
python3 ./calculator.py
- After prompt (Enter expression:) enter your expression (numbers and arythmetical operator divided with spaces) and press "Enter" button. Pay attention, programm works with integrer and float numbers and only with +, -, *, / operators. **Enter expression like
1 + 3
- Enjoy the results.
- Yury Popov
- Kristina Zhur
- Maria Uzun
- Anastasia Shtompel
- Alina Potyseva