+ 3
Again, I do not know why my code is not running in SOLOLEARN compiler
This is my second code that runs everywhere but not here. https://code.sololearn.com/cccQwDKoxsUQ/?ref=app https://code.sololearn.com/cccQwDKoxsUQ/?ref=app
10 Answers
+ 8
This code can run in interactive mode, but Code Playground doesn't support interactive input. All the input needed by the program must be supplied before sending the code and the inputs for processing in the SoloLearn server. In short, repetitive/recursive code that require input in interactive mode is not possible here in Code Playground.
+ 5
On Sololearn's Python, all the inputs must be entered together at the beginning, and *then* the code is executed in Sololearn's server. So there's no option for some sort of dynamic input-output interaction, I'm afraid đ
This is also true for all online interpreters I know of.
+ 5
About REPL, from what i understood, it use a python implementated in javascript opposited to SL that have "real" backed python
+ 4
Kishalaya Saha , there are some online interpreters I know of which runs my codes... one of them is repl.it
+ 4
Oh, cool! It looks like a real IDE! Thanks Lord Shylok ! đ
+ 3
Well thank you both ,,
+ 2
Well , as long as it works ..its fine. lol ...
+ 1
My pleasure... đ
+ 1
I thank Lord Shylok as well now i can share actual codes with sololearn ive been working on https://repl.it/@herotai/DiligentSizzlingLivecd
+ 1
My pleasure ... đ Jacob Joiner