ID EN
OS

EX_OK

Python 3.11

Exit code that means no error occurred. May be taken from the defined value of EXIT_SUCCESS on some platforms. Generally has a value of zero.

Syntax

PYTHON
os.EX_OK

See Also

Availability