Skip to content

Instantly share code, notes, and snippets.

@leopard627
Created March 28, 2019 07:14
Show Gist options
  • Save leopard627/bb2bedfab4af31e34bd8130ee14d4f5d to your computer and use it in GitHub Desktop.
Save leopard627/bb2bedfab4af31e34bd8130ee14d4f5d to your computer and use it in GitHub Desktop.
nerd_dict.py
data = {
"key1": {
"key2": {
"key3": "help me!!"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment