0
Split multiple input into separate lines help python help basic calculator
I need help understanding how to actually get a solution to my basic calculator its telling me to split the inputs but I dont quite understand what they mean, this is the way I've been putting in the input 12 Add 15 But does not give answer just EOF error please helllllp https://code.sololearn.com/cuv5HdYE0DfZ/?ref=app
6 Respostas
+ 4
https://code.sololearn.com/cYGK4POtIcBU/?ref=app
be careful with indentations
there is no Break keyword
it is break
+ 4
welcome , if you got a fulfill answer mark it as the best to save other's time
+ 4
good job 🔥
+ 2
You were meant to put your entire code in the "While True:" statement, but you put only the starting input, so the program keeps expecting inputs. All you need to do is change the code so everything is in the While statement.
+ 2
Thank you guys I actually figured it out now :)))))))
+ 1
Thank you guys for the speedy answer I appreciate it :)