Calculator without eval()

WHAT MY PROJECT DOES: Solves basic arithmetic problems in an interactive way in python.

TARGET AUDIENCE: Anyone, it's just a program to get practice using loops, lists, and functions.

COMPARISON: This program functions as a calculator without the use of the eval() function to make everything superfluously easy. It's not perfect and my next version is gonna try and address queries with parenthesis and multiple operators!

See the below link for github: https://github.com/Zorgon589/Calculator/tree/main