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