Skip to content

Instantly share code, notes, and snippets.

@adeishs
Created March 21, 2018 00:27
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 adeishs/6d30bad11f51d378be8d1d2b770c7761 to your computer and use it in GitHub Desktop.
Save adeishs/6d30bad11f51d378be8d1d2b770c7761 to your computer and use it in GitHub Desktop.
Multilevel Dictionary (Broken)
#!/usr/bin/env python
x = {}
x['a']['b']['c']['d'] = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment