I wrote a very simple Python program that just has a few print statements in it. When I run it from the IDE it runs fine. However, when I try to open up the program from my desktop (where I saved it) it opens runs and immediately closes.
How can I keep it open? Is there a statement or some function I need to add at the end or beginning?