0
After making a code in python in sololearn a msg display that 'your program need input' what is write in it ?
2 odpowiedzi
+ 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.
+ 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.