0
Looks like your program needs input?????
i am getting this alert and asking to split the input ...anyone solve the issue for me...thank you
6 Réponses
+ 5
in sololearn playground...
its a bit impractical when it comes to give input....
suppose you need to give two input
give one by one seperated by enter..
u can do the seperation by anything..
space comma
but u then need to add that in your code to detect...
in python.....
c=input(" ").split(",")
means ur input string should be seperated bt comma...
if you input
ahdj,789,^$*@
then c[0] = ahdj
c[1] = 789
c[2] = ^$*@
ultimately...
u need to give input all at once if your code needs more than 1 inputs..
+ 3
the code need an input to run the code
+ 2
it's not an issue!!! it's normal behavior!!!
+ 1
in non graphical playground
java cs cpp python
+ 1
Johnny 5 is alive! Need more input!
+ 1
???wht