Skip to content

Instantly share code, notes, and snippets.

@Ventsislav-Yordanov
Created February 3, 2019 15:37
Show Gist options
  • Save Ventsislav-Yordanov/dc6c7850e95027c8dbe3863e0c5b1d6a to your computer and use it in GitHub Desktop.
Save Ventsislav-Yordanov/dc6c7850e95027c8dbe3863e0c5b1d6a to your computer and use it in GitHub Desktop.
number = 42
print(id(number))
number += 1
print(id(number))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment