Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 733 Bytes

none.md

File metadata and controls

14 lines (9 loc) · 733 Bytes

none

Python's null type, referred to when a null or "placeholder" is needed. It is in and of itself a singleton in any given interpreter session, so None is None is always considered True.

None is used in both binary-search-tree and markdown.

TODO: ADD MORE DETAIL

See the Python documentation entry, as well as this blog post for more details.