stop script with sys python code example Example 1: how to stop the program in python import sys sys.exit() Example 2: exit python script import sys sys.exit()