How to introduce 2 input in Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to introduce 2 input in Python?

Hello, I want to know how should I write the input to make it possible to write 2 input when the program is running. It only allows me to write 1 input. Thanks. https://code.sololearn.com/cJxOD4yN19bN/?ref=app

10th Apr 2018, 12:19 AM
Fede Soldera
Fede Soldera - avatar
2 Answers
+ 3
I'm not deep into Python,but I know once any non-web program has compiled here,you can never interact with the user anymore.call your inputs before it runs
10th Apr 2018, 12:24 AM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 2
Playground requires all inputs when the program starts, separated with line changes. (not \n , just enter)
10th Apr 2018, 12:56 AM
Markus Kaleton
Markus Kaleton - avatar