Skip to content

Instantly share code, notes, and snippets.

@aniketmlk6
Created July 8, 2021 18:17
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 aniketmlk6/7587c31a0211875545db13a5a14313bd to your computer and use it in GitHub Desktop.
Save aniketmlk6/7587c31a0211875545db13a5a14313bd to your computer and use it in GitHub Desktop.
dictionary = {{{"item1" : "pen", "iten2": "rose", "item3": "ice cream"}}}
dictionary["item4"] = "book"
dictionary.pop("item1")
print(dictionary)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment