Answers for "how to stop a python script from stopping"

14

how to stop the program in python

import sys

sys.exit()
Posted by: Guest on March-07-2020
2

python stop script

some code

quit() # quit at this point

some more code (that's not executed)
Posted by: Guest on December-27-2020

Code answers related to "how to stop a python script from stopping"

Python Answers by Framework

Browse Popular Code Answers by Language