Skip to content

Instantly share code, notes, and snippets.

@alex-ber
Created September 8, 2022 20:16
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 alex-ber/9bf8d0cf616dc6e3021cd7dcd3f39b98 to your computer and use it in GitHub Desktop.
Save alex-ber/9bf8d0cf616dc6e3021cd7dcd3f39b98 to your computer and use it in GitHub Desktop.
01_bool1.py
print(0 and True)
print(2 and True)
print(0 or True)
print(2 or True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment