+ 1

How to put multiple inputs in python?

24th Jun 2025, 9:49 AM
Kenzo Moanda
Kenzo Moanda - avatar
2 Antworten
+ 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.
24th Jun 2025, 10:00 AM
Lothar
Lothar - avatar
+ 1
Thank you
24th Jun 2025, 10:19 AM
Kenzo Moanda
Kenzo Moanda - avatar