- 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
5 Respuestas
+ 5
More information on why you see the popup here:
https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
+ 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.
+ 1
Thank you for the amazing lesson
+ 1
Jack Black you're welcome!
0
This issue comes up a lot lately. ;-)