ID EN
Built-in Constants

quit

Python 3.11

Objects that when printed, print a message like “Use quit() or Ctrl-D (i.e. EOF) to exit”, and when called, raise SystemExit with the specified exit code.

Syntax

PYTHON
quit(code=None)

See Also

SystemExit