Skip to content

Instantly share code, notes, and snippets.

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