I just started learning Python Last Night and I am curious of how to put a pause at the end.
I did the Famous Hello World Program and when saved and Executed it seems like it runs and closes before I can even read the text.
I tried
raw_input("Press ENTER to exit")
Not sure if this matters but I am Creating my programs in Notepad (notepad.exe). I save the File as something.py
Saves just Fine and when I run the Program it opens a screen for less than a second.