0

Would you like to answer my quenstion?

The solo code playground it has only one moment as an input that i think . So if anybody knows how to do help me! Thanks

12th Aug 2017, 7:40 PM
Ahmed Omar
Ahmed Omar - avatar
2 Answers
+ 2
Just split multiple inputs into multiple lines. Hopefully they'll make SoloLearn better by allowing you to type directly into the console!
13th Aug 2017, 2:09 AM
Erik Johanson
Erik Johanson - avatar
+ 1
The sololearn playground is a remote server. The code runs on the server. You have to provide all inputs at the start. It is not interactive. So it takes the code and your inputs, runs it, and returns the result to you. If you have multiple inputs you should separate the inputs it with carriage return
12th Aug 2017, 8:40 PM
sneeze
sneeze - avatar