Help me please! How do i split inputs multiple line ? Anyone cares ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Help me please! How do i split inputs multiple line ? Anyone cares ?

3rd Feb 2017, 12:34 AM
Gus Erbi
Gus Erbi - avatar
2 Answers
+ 5
You'll need to fill the input box at start of a script requiring user entries, with ALL the inputs needed at run time... If you wrote a script asking user for an integer, next a string, next another string, fill the input like this, in a single time response: 5 foobar 42 It's a limitation of code playground, to not allow truely realtime in/output ^^
3rd Feb 2017, 6:30 AM
visph
visph - avatar
0
okay, i'll try. Thanks a lot @visph
3rd Feb 2017, 10:23 AM
Gus Erbi
Gus Erbi - avatar