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
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!
+ 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