Skip to content

Instantly share code, notes, and snippets.

@camelcaseblog
Created July 4, 2019 16:26
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 camelcaseblog/4cc76d85d3c38280bd42464ac4fe80fa to your computer and use it in GitHub Desktop.
Save camelcaseblog/4cc76d85d3c38280bd42464ac4fe80fa to your computer and use it in GitHub Desktop.
>>> x = {'a': 1, 'b': 2}
>>> y = {'b': 2, 'a': 1}
>>> x == y
True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment