Can we insert manually an input in sololearn (Python) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

6th Jan 2022, 11:27 PM
YoPycode
3 Answers
+ 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
7th Jan 2022, 12:26 AM
Slick
Slick - avatar
+ 4
Solomoni Railoa & Slick Thank you so much !
7th Jan 2022, 12:29 AM
YoPycode
+ 1
with one input it works well, but what should I do if there is more than one?
7th Jan 2022, 12:19 AM
YoPycode