Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Ventsislav-Yordanov/ff6c16b8371bf4fdb06786b86f26208f to your computer and use it in GitHub Desktop.
Save Ventsislav-Yordanov/ff6c16b8371bf4fdb06786b86f26208f to your computer and use it in GitHub Desktop.
numbers = [1, 2, 3]
numbers2 = [1, 2, 3]
print(numbers == numbers2)
print(numbers is numbers2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment