Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 116 Bytes

python-null-object-singleton.md

File metadata and controls

9 lines (6 loc) · 116 Bytes

Python null object singleton

Python's null singleton is None

if val is None:
    bla bla bla