0

Possible interactions in Python?

This question is only about the way we can use Python on this app, not outside of it. Sorry in advance if this has already been answered, I've only found similar threads on C++ and javascript. Is there a way to have users write input before the code runs? For now it seems to always ask you at the start. Is there a way around that?

14th Sep 2017, 6:50 AM
Tyzone
Tyzone - avatar
2 odpowiedzi
+ 5
No you can only enter input in the prompt when you first run the code in the playground. This is a limitation of the code playground. If you want to be able to run your code normally, run it on your computer on the command line, an IDE, etc or you can use another online IDE such as those at tutorialspoint.com. https://www.tutorialspoint.com/codingground.htm https://www.tutorialspoint.com/execute_python3_online.php You can also save the code and link to it to share. For others to like it, I suggest you make a blank code in the language and add the link to that code there.
14th Sep 2017, 7:07 AM
ChaoticDawg
ChaoticDawg - avatar
+ 1
Thanks very much for the suggestion! I'll give it a shot when needed. :)
14th Sep 2017, 7:11 AM
Tyzone
Tyzone - avatar