Created
May 14, 2018 23:39
-
-
Save acwoss/a3c61652d89859a1e5c7df004d899a38 to your computer and use it in GitHub Desktop.
RigidPossibleLanguage created by acwoss - https://repl.it/@acwoss/RigidPossibleLanguage
This file contains 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
lista = [[]]*3 | |
for l in lista: | |
print id(l) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment