Skip to content

Instantly share code, notes, and snippets.

@caioaao
Last active May 15, 2018 19:35
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 caioaao/413aed32902a9ac1e1c58819b6a8e976 to your computer and use it in GitHub Desktop.
Save caioaao/413aed32902a9ac1e1c58819b6a8e976 to your computer and use it in GitHub Desktop.
our_dict = {"foo": "bar",
"something": {"sub": 123}}
our_dict["foo"] = "baz"
print(our_dict)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment