+ 1
What does Sololearn mean by saying your code needs input, when you try to run a code?
4 Answers
+ 4
It means that you need to write something.
Maybe the code needs the user's name, so you take the input and display it.
+ 1
Yes. It means that your code needs input for complete your program execution.
Add all inputs needed as line by line separating, and hit submit.
+ 1
That means there is something missing in the code.
Make sure every tag you used is closed, and also don't forget your (").
Check you code for any other errors
+ 1
Thanks