I made a really simple calculator with this code:
while True: calc_input = input("enter calculation") print(f"{calc_input} = {eval(calc