Python/Tutorial/Basic Types and Operators/None
< Python | Tutorial | Basic Types and Operators(Redirected from Python/Tutorial/Basic Types/None)
None is a special value that represents "nothing".
It is used quite often, but more particularly for functions.