Different ways to terminate a Python program / script
New to Python, still learning. I know there are ways to achieve this. exit()
, quit()
, sys.exit
, os.exit
. They all achieve the same thing: script / program ends.
New to Python, still learning. I know there are ways to achieve this. exit()
, quit()
, sys.exit
, os.exit
. They all achieve the same thing: script / program ends.