Text Calculator Project for YouTube Tutorial - Python
This text calculator was created as apart of The Lonely Dash python project program. It is an extremely basic program that utilizes the terminal for interaction and will complete addition, subtraction, multiplication, and division. For the purposes of the video, we utilized one try/exception for the first time.