I’m new to coding with no prior experience, and I’m learning out of curiosity. I use Atom Software as my coding text editor. I’m taking this very slowly, as I find programming very confusing and irritating, so I’ll be very thankful for thoughtful critique.
Anytime I run a .py script, whether it be my own or the textbook’s provided .py script, the window opens and shuts down immediately afterwards. If the script starts with an input prompt, after I type something in and press enter, the window immediately shuts down. What do I do to force the .py script to stay open, even after all code is done executing?
Thank you to whoever responds!