After making a code in python in sololearn a msg display that 'your program need input' what is write in it ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

After making a code in python in sololearn a msg display that 'your program need input' what is write in it ?

28th Oct 2023, 3:14 AM
Shaurya Garg
Shaurya Garg - avatar
2 Answers
+ 6
Shaurya Garg , Do clear your question. Note that, If you're having trouble in code, share your code and than describe what error message you're receiving.
28th Oct 2023, 3:27 AM
Darpan kesharwani🇮🇳[Inactive📚]
Darpan kesharwani🇮🇳[Inactive📚] - avatar
+ 4
Shaurya Garg , getting data from user input is a part of all tutorials in sololearn. >>> please keep in mind, that input in sololearn is *not interactive*, this means all required input has to be given in advance when we hit the run button. a popup window is showing up, where we have to input the desired values. if the required input should be a name (e.g Tom) and an id (e.g. 54321), the following procedure should be used: Tom (+ press return key) 54321 then hit `submit` button.
28th Oct 2023, 9:27 PM
Lothar
Lothar - avatar