Skip to content

Instantly share code, notes, and snippets.

@ibehnam
Created October 21, 2022 20:30
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 ibehnam/077450149d0ce19e1bf270e317e68263 to your computer and use it in GitHub Desktop.
Save ibehnam/077450149d0ce19e1bf270e317e68263 to your computer and use it in GitHub Desktop.
l # (1, 2, 3, 4)
k = (1, 2, 4, 3)
l == k # False
l.__eq__(k) # False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment