+ 13
What does mean this..statement it follows: split multiple line to input
I have seen many codes showing this..
3 Respostas
+ 10
Split input into multiple lines, I guess? This could either refer to splitting one line of input into multiple lines or to the fact that you have to give all input at once in Sololearn, each input in a separate line, immediately after you run the program
+ 1
I have noticed it
+ 1
separate your inputs with a space.