A simple command line calculator.
python3 calc.py
To exit the calculator, type "exit" in the expression line
python3 calc.py [expression]
python3 calc.py -m [expression1] [expression2] [expression3]
This calculator supports the same mathematical operations as Python 3