0
Can you guys tell me what I did wrong? It says error on line 16 and I don't see it.
5 odpowiedzi
+ 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".
+ 3
Line 17: nun2 => num2
You have to enter all input in separate lines when you run the program
+ 1
Also thanks for line 17 I didn't see that
+ 1
Thank you
0
What do you mean? Sorry this is only my second day using python.