+ 1

How to put multiple inputs in python?

24th Jun 2025, 9:49 AM
Kenzo Moanda
Kenzo Moanda - avatar
3 Respuestas
+ 6
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
+ 2
Thank you
24th Jun 2025, 10:19 AM
Kenzo Moanda
Kenzo Moanda - avatar
0
Or you can use a= (input(print"enter a value "))
24th Jun 2025, 2:52 PM
Ekalavya Bindal
Ekalavya  Bindal - avatar