None
The sole value of the type NoneType
. None
is 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
The sole value of the type NoneType
. None
is 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
.
Please login to continue.