ID EN
Built-in Constants

None

Python 3.11

An object frequently used to represent the absence of a value, as when default arguments are not passed to a function. Assignments to None are illegal and raise a SyntaxError. None is the sole instance of the NoneType type.

Syntax

PYTHON
None

See Also

SyntaxError NoneType