I have just started college and we are going to be using python. We really have done nothing so I have downloaded the program and done some print commands, and that\'s it.>
In Python 2.7 adding this to the end of my py file (if __name__ == '__main__':) works:
if __name__ == '__main__':
closeInput = raw_input("Press ENTER to exit") print "Closing..."