The None constant
The sole value of the None type.
None is frequently used to represent the absence of a value, as when default arguments are not passed to a function. It’s also used as the return value for functions that don’t do an explicit return.