Write a program to terminate the program execution
Topic: Write a program to terminate the program execution
Solution
import sys sys.exit()
List all Python Programs