0
simple calculator
https://code.sololearn.com/cIVsTboL1PC9/#py can someone explain what on earth I have did wrong in line 14??
1 Odpowiedź
+ 2
You doesn't close the input parenthesis on the previous line...
Often error in Python require to look at previous line than the one pointed by the error message ;)