+ 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
6 Respuestas
+ 3
You are correct. For better mobile development of Python, I suggest QPython with the QPython3 extension. PyDroid 3 is also pretty good.
+ 3
You can post the code on Sololearn but run it on a different environment :)
+ 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?
+ 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?
+ 2
Probably stuff with weaker servers, synchronization, and other server-y things that complicate live input.