CHD's Memory
Wednesday, January 6, 2016
Python quit() function
For Python 2.7, there is no quit() function. However, here is an interesting discussion of what there is that does the same thing:
http://stackoverflow.com/questions/2823472/is-there-a-method-that-tells-my-program-to-quit
In retrospect, once I got better structure to my code, I didn't need this.
Newer Post
Older Post
Home