Created
July 8, 2021 18:17
-
-
Save aniketmlk6/7587c31a0211875545db13a5a14313bd to your computer and use it in GitHub Desktop.
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
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