0
Calculator
In Line 5 (input = (“add: “) It says “ OEFError or something like that.... WHYYY https://code.sololearn.com/ciYXL1GIq19h/?ref=app
2 Respostas
+ 3
Playground programs run remotely. All input must be entered prior to the server runs your program. Put this into prompt:
add
2.3
3.2
quit
+ 1
Your programme is right,if user input is wrong then error occurred.you need to use exception handling in your programme.