+ 3
Can I create dynamic input?
I'm not exactly sure of much of or how many modules Python 3 has that's works in this environment. As you all know when we run our python programs with input all the input is asked for at once. But if I was to implement listeners for volume buttons on android or keyboard buttons for PC, would it actually function in the way it should? And if so, how can I do it. And are there any graphics modules?
1 ответ
+ 5
@Simon wrote: << As you all know when we run our python programs with input all the input is asked for at once. >>
This concern only Python scripts running in SololLearn code playground ( limitation due to distant running ), not in most of cases ( running localy, desktop as mobile )... "Dynamics" user interaction is no more possible in code playground, as the script isn't run on local machine, but on sololearn servers ^^