+ 7
Giving inputs
I make a maths game in phython.Normaly it asked a guestion(randomly) and if your answer is write it counts 1. But the problem is in sololearn we have to enter all the inputs first.So we can't see the maths problem. Can enyone give possible solution
4 ответов
+ 5
You can't. You have to enter all inputs at the beginning. There is no currently known way to bypass this.
+ 3
hm if i tell this to the community about this prob they'll fix this.isn't it
+ 1
The input function definitely needs attention! The popup says the program needs input, whereas it should display the prompt (ie, the argument passed to the input() function).