Python Notes 3
Python Notes 3
Summary 1
Summary 2
Extra
There is one more, special literal that is used in Python: the None literal.
This literal is a NoneType object, and it is used to represent the absence of a
value.
We'll tell you more about it soon.