Last active
June 15, 2017 13:13
-
-
Save seedifferently/a3e85ed3ce7dab3185363c80d3068956 to your computer and use it in GitHub Desktop.
Python dict keyerror
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
>>> d['missing'] | |
Traceback (most recent call last): | |
File "<stdin>", line 1, in <module> | |
KeyError: 'missing' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment