Python's pre-declared constants are kinda weird
SMRTR summary
Python's six built-in constants behave inconsistently: True, False, and None are lexical tokens; __debug__ can't be reassigned; and Ellipsis and NotImplemented are regular builtins that can be shadowed.
SMRTR provides this summary for quick context. The original article belongs to Hacker News.
Read the original article