Created
March 28, 2019 07:14
-
-
Save leopard627/bb2bedfab4af31e34bd8130ee14d4f5d to your computer and use it in GitHub Desktop.
nerd_dict.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data = { | |
"key1": { | |
"key2": { | |
"key3": "help me!!" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment