a calculator that you can use in your terminal.
- Download the repo's zip file above.
- Unzip the files into a designated directory.
- open your terminal, make sure you have python installed.
- type into the terminal the following, python MyPythonCalculator.py
- The program only takes four inputs, add, subtract, multiply, or divide. They should always be lower case.
- Enter one of the four inputs, then enter the two numbers you'd like to operate.