Can I create dynamic input? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

31st May 2017, 12:18 AM
Simon
Simon - avatar
1 Answer
+ 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 ^^
31st May 2017, 4:19 AM
visph
visph - avatar