Created
January 15, 2018 15:51
-
-
Save sdf611097/7eac5b1bece51cfc587b196e7856a652 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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