Exit to the system with specified status, without normal exit processing. sys.exit(status) Exit the interpreter by raising SystemExit(status). If the status is omitted or None, it defaults to zero ...