Looks like your program needs input????? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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

23rd Aug 2017, 3:22 PM
Suhas Raj
Suhas Raj - avatar
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..
23rd Aug 2017, 3:31 PM
sayan chandra
sayan chandra - avatar
+ 3
the code need an input to run the code
23rd Aug 2017, 3:27 PM
Amethyst Animion
Amethyst Animion - avatar
+ 2
it's not an issue!!! it's normal behavior!!!
23rd Aug 2017, 3:56 PM
Luca
Luca - avatar
+ 1
in non graphical playground java cs cpp python
23rd Aug 2017, 3:32 PM
sayan chandra
sayan chandra - avatar
+ 1
Johnny 5 is alive! Need more input!
23rd Aug 2017, 3:33 PM
AgentSmith
+ 1
???wht
23rd Aug 2017, 3:34 PM
sayan chandra
sayan chandra - avatar