#86 Stop execution of python script?

import sys
sys.exit("Error message")
from sys import exit
exit(0) # Successful exit