Skip to content

Instantly share code, notes, and snippets.

@camelcaseblog
Created July 4, 2019 16:28
Show Gist options
  • Save camelcaseblog/5b040196fac9f8441aa5a3da9ff82426 to your computer and use it in GitHub Desktop.
Save camelcaseblog/5b040196fac9f8441aa5a3da9ff82426 to your computer and use it in GitHub Desktop.
x = {'a': 1, 'b': 2}
y = {'b': 2, 'a': 1}
x === y // false
x == y // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment