+ 1
"looks like your program needs multiple inputs" what to enter in it.
When I run codes in code playground it says "looks like your program needs multiple inputs" what to enter in it. I know it is a silly question, but please. thanks.
3 odpowiedzi
+ 14
Suppose your program needs 3 inputs (5, 9, hello). You have to provide them in the "looks like your program needs multiple inputs" box like this.
5
9
hello
+ 14
In Sololearn code playground, you have to enter all the inputs you want to give at the start itself. Enter "multiple inputs" each in one line.
+ 1
thanks for your help
it is working now