There's also the builtin exit() that does not require either sys or os.
exit()
(I just learned that sys.exit is better practice than exit, so carry on :p)
sys.exit
exit