Created
February 3, 2019 15:37
-
-
Save Ventsislav-Yordanov/dc6c7850e95027c8dbe3863e0c5b1d6a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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