Skip to content

Instantly share code, notes, and snippets.

@macagua
Last active December 12, 2015 02:49
Show Gist options
  • Save macagua/4702161 to your computer and use it in GitHub Desktop.
Save macagua/4702161 to your computer and use it in GitHub Desktop.
Terminating a Python script, is a example of terminate a Python script
# -*- coding: utf8 -*-
import sys
sys.exit()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment