Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkutaj/71bdb22c1c1fc34b91c6c52f05a2152e to your computer and use it in GitHub Desktop.
Save pkutaj/71bdb22c1c1fc34b91c6c52f05a2152e to your computer and use it in GitHub Desktop.
2021-01-09-7-values-that-test-false-in-Python.md
NO DESCRIPTION VALUE
1 Boolean False
2 None keyword None
3 The number zero 0
4 An empty string ''
5 An empty list []
6 An empty tuple ()
7 An empty dictionary {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment