0
Can we insert manually an input in sololearn (Python)
Can you please tell me if we can insert a string manually using input method in sololearn? when I use for example text=input() and run the code I can't insert anything, it seems the input is given automatically.
3 odpowiedzi
+ 3
With multiple input you need to give every input that the program will take in the beggining. Each on a seperate line. If you want to run interactive programs, sololearn is not the right place. Try an ide
+ 4
Solomoni Railoa & Slick
Thank you so much !
+ 1
with one input it works well, but what should I do if there is more than one?