Split multiple input into separate lines help python help basic calculator | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

5th Sep 2019, 9:38 PM
Tabari isreal
Tabari isreal - avatar
6 Answers
+ 4
https://code.sololearn.com/cYGK4POtIcBU/?ref=app be careful with indentations there is no Break keyword it is break
5th Sep 2019, 11:37 PM
ABADA S
ABADA S - avatar
+ 4
welcome , if you got a fulfill answer mark it as the best to save other's time
6th Sep 2019, 3:33 AM
ABADA S
ABADA S - avatar
+ 4
good job 🔥
6th Sep 2019, 3:43 PM
ABADA S
ABADA S - avatar
+ 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.
5th Sep 2019, 11:00 PM
Eran Paldi
Eran Paldi - avatar
+ 2
Thank you guys I actually figured it out now :)))))))
6th Sep 2019, 3:43 PM
Tabari isreal
Tabari isreal - avatar
+ 1
Thank you guys for the speedy answer I appreciate it :)
6th Sep 2019, 12:10 AM
Tabari isreal
Tabari isreal - avatar