Assignment 4

Use a while loop to make a real calculator, which catches errors and displays a proper error message, and try to put the logic inside a function. Try not to make your code more than 30 lines.

BONUS: Store recent equations in a list and display when asked.

Last updated