+ 1
How to put multiple inputs in python?
2 ответов
+ 2
Kenzo Moanda ,
if you are talking about the `sololearn playground`, input of (multiple) values has to be done like:
> when running a code that require input data, a popup window appears and mentioned that we have to give all inputs in advance.
> use a new line in this window for each input.
> sample: to get input for: name, age, id
we need 3 lines like:
Paul
42
pphb1234
then press the `submit` button.
+ 1
Thank you