Skip to content

Instantly share code, notes, and snippets.

@Ventsislav-Yordanov
Created February 3, 2019 18:31
Show Gist options
  • Save Ventsislav-Yordanov/8620571b22adc4c888be42d7bb065f68 to your computer and use it in GitHub Desktop.
Save Ventsislav-Yordanov/8620571b22adc4c888be42d7bb065f68 to your computer and use it in GitHub Desktop.
skills = ["Programming", "Machine Learning", "Statistics"]
person = (129392130, skills)
print(type(person))
print(person)
skills[2] = "Maths"
print(person)
@DonGebhardo
Copy link

For the refernce to the mutable object, how do you know the number "129392130"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment