Looks like program needs input?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Looks like program needs input??

Hello fellow coders, I'm new to coding this is my first code, but every time I run it I get "Looks like program needs input" split input Input in multiple lines, what's wrong with the code? https://code.sololearn.com/cxrFmcV5AWtS/?ref=app

15th Oct 2018, 7:50 PM
Jack Black
5 Answers
+ 5
More information on why you see the popup here: https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
15th Oct 2018, 7:56 PM
Ulisses Cruz
Ulisses Cruz - avatar
+ 2
Jack Black the only problems I see in your code is identation error (the if statement do not need identation) and you forgot to put the colon (:) after the 'if' and 'elif' conditions.
15th Oct 2018, 7:55 PM
Ulisses Cruz
Ulisses Cruz - avatar
+ 1
Thank you for the amazing lesson
15th Oct 2018, 8:03 PM
Jack Black
+ 1
Jack Black you're welcome!
15th Oct 2018, 8:05 PM
Ulisses Cruz
Ulisses Cruz - avatar
0
This issue comes up a lot lately. ;-)
15th Oct 2018, 10:34 PM
HonFu
HonFu - avatar