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?
2 Respuestas
+ 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 ;)
+ 1
It's just like that only , code playground here isn't interactive and you need to provide all possible inputs first time only.