Skip to content

Instantly share code, notes, and snippets.

@sdf611097
Created January 15, 2018 15:51
Show Gist options
  • Save sdf611097/7eac5b1bece51cfc587b196e7856a652 to your computer and use it in GitHub Desktop.
Save sdf611097/7eac5b1bece51cfc587b196e7856a652 to your computer and use it in GitHub Desktop.
a={1:2}
b=a
a={}
b
#{1:2}
a={1:2}
b=a
a.clear()
b
#{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment