Skip to content

Instantly share code, notes, and snippets.

@leopard627
Last active February 2, 2019 06:05
Show Gist options
  • Save leopard627/aadfbc7b2c864032dca44f91c0b6d15a to your computer and use it in GitHub Desktop.
Save leopard627/aadfbc7b2c864032dca44f91c0b6d15a to your computer and use it in GitHub Desktop.
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