The None
keyword denotes a special data type in Python which represents an empty value. Values that are None
are recognized as values having no specific state. They are just the default representation of a state that has not been initialized or assigned anything yet.
We compare types using the is
keyword.