Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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