Skip to content

Instantly share code, notes, and snippets.

@abelsonlive
Created December 28, 2013 06:18
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 abelsonlive/8156609 to your computer and use it in GitHub Desktop.
Save abelsonlive/8156609 to your computer and use it in GitHub Desktop.
list_of_dicts = [{'a':1}, {'b':2}]
list_of_dicts[-1]['b'] = 3
print list_of_dicts[-1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment