Can you guys tell me what I did wrong? It says error on line 16 and I don't see it. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can you guys tell me what I did wrong? It says error on line 16 and I don't see it.

https://code.sololearn.com/cBZ2YdWiWgAP/?ref=app

17th Feb 2019, 6:59 PM
Laurance
Laurance - avatar
5 Answers
+ 3
When you run the code, an input prompt pops up. You need to give all input immediately, with each input in a separate line. If you want choice to be 1, num1 to be 5 and num2 to be 8, enter 1 5 8 and tap "submit".
17th Feb 2019, 7:31 PM
Anna
Anna - avatar
+ 3
Line 17: nun2 => num2 You have to enter all input in separate lines when you run the program
17th Feb 2019, 7:07 PM
Anna
Anna - avatar
+ 1
Also thanks for line 17 I didn't see that
17th Feb 2019, 7:22 PM
Laurance
Laurance - avatar
+ 1
Thank you
17th Feb 2019, 7:32 PM
Laurance
Laurance - avatar
0
What do you mean? Sorry this is only my second day using python.
17th Feb 2019, 7:22 PM
Laurance
Laurance - avatar