Skip to content

Instantly share code, notes, and snippets.

@seedifferently
Last active June 15, 2017 13:13
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 seedifferently/a3e85ed3ce7dab3185363c80d3068956 to your computer and use it in GitHub Desktop.
Save seedifferently/a3e85ed3ce7dab3185363c80d3068956 to your computer and use it in GitHub Desktop.
Python dict keyerror
>>> 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