Input problem in SoloLearn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Input problem in SoloLearn

who else is facing input problem in solo learn ?? Code Playground is not doing what it should do. suppose I wrote a code where user need to input again and again for example playing games . typing left to go left right to go right > here's the example:- https://code.sololearn.com/cUXFMs03egVp/#py my program run excellently in others interpreters but sololearn is not working properly please fix the problem @admin

16th Jul 2018, 3:18 AM
Sajan Poudel
Sajan Poudel - avatar
3 Answers
+ 8
... Code Playground does not provide a live console for non-web codes. All input has to be taken prior to code interpretation. It is a known limitation.
16th Jul 2018, 3:26 AM
Hatsy Rei
Hatsy Rei - avatar
+ 6
SL playground is a online compiler and it doesn't provide a console for running the code
16th Jul 2018, 1:42 PM
Shahil Ahmed
Shahil Ahmed - avatar
+ 5
The sololearn non-web code playgrounds does not support reoccurring inputs from user because it only receives input once then send to they compiler and then return the output. ...you can split multiple inputs with the "ENTER" key.
16th Jul 2018, 3:28 AM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar