How can i run my code in codeplayground when it needs inputs? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i run my code in codeplayground when it needs inputs?

When i run my code this massage pops up and wants me to submit something: "Looks like your program needs input. Split multiple inputs into separate lines."

22nd Apr 2017, 6:45 AM
Mahdi Dasl
Mahdi Dasl - avatar
3 Answers
+ 5
yea thats what you use for the input. its separated by lines. so if you need 3 inputs, you would do: input1 input2 input3
22nd Apr 2017, 6:47 AM
Edward
0
I did what you (@Edward and @Andre) said and my code was run correctly but without output.
22nd Apr 2017, 7:15 AM
Mahdi Dasl
Mahdi Dasl - avatar
0
yeah i did it thanks guys
8th May 2017, 12:32 PM
Mahdi Dasl
Mahdi Dasl - avatar