+ 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
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
+ 2
Playground requires all inputs when the program starts, separated with line changes. (not \n , just enter)