Skip to content

Instantly share code, notes, and snippets.

@anfedorov
Created June 18, 2009 07:35
Show Gist options
  • Save anfedorov/131772 to your computer and use it in GitHub Desktop.
Save anfedorov/131772 to your computer and use it in GitHub Desktop.
>>> x = {}
>>> x['x'] = x
>>> x
{'x': {...}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment