Need help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Need help

So when I do input(inter your name) for example in python,when I run it says this program needs an input from you or something like that and I’m wondering why doesn’t say(inter your name)?, I mean the user doesn’t know what to input until checking the code, so is there anything I’m doing wrong it always say that?

5th Feb 2021, 11:00 PM
Alan
Alan - avatar
2 Answers
+ 2
that's the way sololearn code playground handle input/output: you need to enter ALL your input at once, as a blind people, each separated by a new line... then code and input is send to sever, wich run code with your inputs, record output and send back it to you ;)
5th Feb 2021, 11:04 PM
visph
visph - avatar
+ 1
It's just like that only , code playground here isn't interactive and you need to provide all possible inputs first time only.
5th Feb 2021, 11:02 PM
Abhay
Abhay - avatar