This is a calculator for solving square equations.
-
You need to install python v3 on the official site
-
Install any IDE program, for example PyCharm
-
Save project on your computer or clone repository
git clone https://github.com/grefle/Git-Basics- Run script
python3 main.pyThere are two variation of program:
- Interactive
- Non-interactive
- To use interactive mode you have to type 1 into console
- Than you have to write values of a, b and c
- Press Enter
- Firstly you have to write values of a, b and c into the file a,b,c.txt in format
a\sb\sc\n- Than you have to type 2 into console
- Press Enter