Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 459 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 459 Bytes

Equation-solver

Instructions to execute


--> $ python evaluate.py equations.txt

evaluate.py is the python source code equations.txt is the input file name

--> Help function $ python evaluate.py -h usage: evaluate.py [-h] file [file ...]

positional arguments: file path to equations file

optional arguments: -h, --help show this help message and exit

--> output.txt has the sample output for the equations.txt