This is a simple calculator built in Python. It can perform addition, subtraction, multiplication, and division.
- Add, subtract, multiply, and divide numbers
- Quit anytime by entering 'q'
- Make sure Python 3 in installed on your computer
- Open terminal and navigate to the folder: '''bash cd ~/Desktop/portfolio/Calculator
