Skip to content

Instantly share code, notes, and snippets.

@leangaurav
Last active May 11, 2019 14:07
Show Gist options
  • Save leangaurav/c1e3e7093532cea5db5a21c0e162db4d to your computer and use it in GitHub Desktop.
Save leangaurav/c1e3e7093532cea5db5a21c0e162db4d to your computer and use it in GitHub Desktop.
x = [1,2,3]
y = x
print(id(x), id(y))

Output
3121052975624 3121052975624

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment