1
Quiz: Null in Python: Understanding Python's NoneType Object
This is an 8-question interactive quiz from Real Python testing understanding of Python's `None` object. It covers `None` as a first-class object, its use as a default parameter, checking for it with identity operators, and `NoneType` in tracebacks.
Real Pythonrealpython.com1 min
