+ 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

28th Nov 2018, 1:14 PM
Lord Shylok
Lord Shylok - avatar
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.
28th Nov 2018, 1:44 PM
Ipang
+ 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.
28th Nov 2018, 1:39 PM
Kishalaya Saha
Kishalaya Saha - avatar
+ 5
About REPL, from what i understood, it use a python implementated in javascript opposited to SL that have "real" backed python
28th Nov 2018, 3:26 PM
KrOW
KrOW - avatar
+ 4
Kishalaya Saha , there are some online interpreters I know of which runs my codes... one of them is repl.it
28th Nov 2018, 2:34 PM
Lord Shylok
Lord Shylok - avatar
+ 4
Oh, cool! It looks like a real IDE! Thanks Lord Shylok ! 😊
28th Nov 2018, 2:41 PM
Kishalaya Saha
Kishalaya Saha - avatar
+ 3
Well thank you both ,,
28th Nov 2018, 2:33 PM
Lord Shylok
Lord Shylok - avatar
+ 2
Well , as long as it works ..its fine. lol ...
28th Nov 2018, 3:45 PM
Lord Shylok
Lord Shylok - avatar
+ 1
My pleasure... 😀
28th Nov 2018, 3:01 PM
Lord Shylok
Lord Shylok - avatar
+ 1
I thank Lord Shylok as well now i can share actual codes with sololearn ive been working on https://repl.it/@herotai/DiligentSizzlingLivecd
6th Dec 2018, 5:12 AM
Jacob Joiner
Jacob Joiner - avatar
+ 1
My pleasure ... 😀 Jacob Joiner
6th Dec 2018, 6:17 AM
Lord Shylok
Lord Shylok - avatar