Skip to content

Instantly share code, notes, and snippets.

@essankov
Last active April 29, 2020 06:11
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 essankov/3a38c31206661d664e5fecf6ce0df09a to your computer and use it in GitHub Desktop.
Save essankov/3a38c31206661d664e5fecf6ce0df09a to your computer and use it in GitHub Desktop.
v = True, True, True == (True, True, True)
w = True, True, True == True, True, True
print(v) # (True, True, False)
print(w) # (True, True, True, True, True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment