0
Why doesn't it work? where is the problem from? He only asks a question once and does not ask a second time, why?
3 ответов
+ 5
Code is working properly. You have to give 2 inputs on 2 different lines.
+ 5
You need to provide all necessary input upfront, when the input dialog shows up. Run this code to understand how input works in SoloLearn
https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
0
Sololeaen, unfortunately, doesn't support multiple input done in a separate way, so you have to add your first input, then go to a new line and enter the second input. If you try your code in some online compilers, it will work, or if you run your code on Pycharm, then it should work.