What does Sololearn mean by saying your code needs input, when you try to run a code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What does Sololearn mean by saying your code needs input, when you try to run a code?

Python

26th Aug 2023, 4:13 PM
Equinox
Equinox - avatar
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.
26th Aug 2023, 4:17 PM
Ausgrindtube
Ausgrindtube - avatar
+ 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.
27th Aug 2023, 7:11 AM
Jayakrishna 🇮🇳
+ 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
28th Aug 2023, 2:18 PM
Nella
Nella - avatar
+ 1
Thanks
22nd Sep 2023, 6:35 AM
Equinox
Equinox - avatar