Last active
December 12, 2015 02:49
-
-
Save macagua/4702161 to your computer and use it in GitHub Desktop.
Terminating a Python script, is a example of terminate a Python script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf8 -*- | |
import sys | |
sys.exit() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment