Answers for "stop the whole python script"

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

Python Answers by Framework

Browse Popular Code Answers by Language