Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 993 Bytes

README_POPOV.md

File metadata and controls

42 lines (34 loc) · 993 Bytes

Calculator

This readme describes mini-program Calculator you can find here.

Calculator can calculate easy arythmetical functions:

  • Addition
  • Subtraction
  • Multiplication
  • Division

How it works

  1. 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
  1. Launch application (I hope, that you are inside app folder):
python3 ./calculator.py
  1. 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
  1. Enjoy the results.

Your developers:

  • Yury Popov
  • Kristina Zhur
  • Maria Uzun
  • Anastasia Shtompel
  • Alina Potyseva

Our team