Skip to content

Instantly share code, notes, and snippets.

@acwoss
Created May 14, 2018 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acwoss/9fc218e9861ff58f8162b55038aa71a9 to your computer and use it in GitHub Desktop.
Save acwoss/9fc218e9861ff58f8162b55038aa71a9 to your computer and use it in GitHub Desktop.
NimbleEnchantedGames created by acwoss - https://repl.it/@acwoss/NimbleEnchantedGames
lista = [[] for _ in xrange(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