sebe324/PythonCalculator

Application crashes when the input is incorrect.

Opened this issue · 1 comments

If the user for example inputs (((9+2)- the program turns off. When a situation like this occurs the calculator should return 0 or an ERROR message.

I made some improvements but I'm not sure if it's 100% crash proof. More tests are needed