Skip to content

Instantly share code, notes, and snippets.

@Ventsislav-Yordanov
Created February 3, 2019 15:38
Show Gist options
  • Save Ventsislav-Yordanov/f9d3885de50a5d9274626a3a5295745d to your computer and use it in GitHub Desktop.
Save Ventsislav-Yordanov/f9d3885de50a5d9274626a3a5295745d to your computer and use it in GitHub Desktop.
text = "Data Science"
print(id(text))
text += " with Python"
print(id(text))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment