Cara Menghentikan Program di Python
import sys
sys.exit()
Expensive Eagle
import sys
sys.exit()
#Exit everywhere with error message
import sys
sys.exit("Code not Pythonical")
#Exit with a specific status
import os
os._exit()
#Exit in interpreter
quit()
#Exit in Interpreter but more user friendly
exit()
# Do stuff
stop = input("Would you like to stop the program? ")
if stop == "y":
exit()
else:
# do stuff
some code
quit() # quit at this point
some more code (that's not executed)
stop alt all scrip Iboss block=true(off)=falsex%