+ 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
3 Réponses
+ 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.
+ 6
SL playground is a online compiler and it doesn't provide a console for running the code
+ 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.