Skip to content

Instantly share code, notes, and snippets.

@thequbit
Created May 23, 2015 23:18
Show Gist options
  • Save thequbit/0a07f1ee500f51a481f8 to your computer and use it in GitHub Desktop.
Save thequbit/0a07f1ee500f51a481f8 to your computer and use it in GitHub Desktop.
a = {}
if not 'first' in a:
a['first'] = {}
if not 'second' in a['first']:
a['first']['second'] = {}
a['first']['second']['final'] = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment