Last active
February 2, 2019 06:05
-
-
Save leopard627/aadfbc7b2c864032dca44f91c0b6d15a 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
gifts = ["ipad", "air-pot", "8k display"] | |
copy_gifts = gifts | |
gifts[0] = "macbook-pro" | |
# lets guess copy_gifts! | |
# 결과값을 한번 예상해보자. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment