Input during python program seems not possible on code playground? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Input during python program seems not possible on code playground?

I tried to make a new python program which requests input during the program multiple times, but as far as i can tell all input requests appear right at the start and not when needed? Why is it that way, is there any way around it (other than using Javascript) and if not, are there any updates planned to solve this? Thanks for an otherwise awesome app, Michael

3rd Feb 2018, 10:03 PM
Michael Müller
Michael Müller - avatar
5 Answers
+ 3
You are correct. For better mobile development of Python, I suggest QPython with the QPython3 extension. PyDroid 3 is also pretty good.
3rd Feb 2018, 10:05 PM
LunarCoffee
LunarCoffee - avatar
+ 3
You can post the code on Sololearn but run it on a different environment :)
3rd Feb 2018, 10:20 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 3
Sure, but it definitely would be more fun if others could run / play it right here and I'd receive feedback on it. ;) Any idea why it behaves that way anyway? Would multiple inputs be very difficult to implement?
3rd Feb 2018, 10:25 PM
Michael Müller
Michael Müller - avatar
+ 2
Thanks, but i wanted to post it here on sololearn. Would have been a fun little game (already started it, a remake of the insult fight mini game of monkey island 1, "you fight like a cow...", "threeheaded monkey...", etc., but it needs multiple input of course), that's why i asked. Oh well, any chance this will be fixed / updated soon?
3rd Feb 2018, 10:13 PM
Michael Müller
Michael Müller - avatar
+ 2
Probably stuff with weaker servers, synchronization, and other server-y things that complicate live input.
3rd Feb 2018, 10:31 PM
LunarCoffee
LunarCoffee - avatar