# Existing dictionary
my_dict = {
"name": "Anjali",
"age": 23,
"city": "Delhi"
}
# New key-value pair
my_dict["college"] = "Delhi University"
# Print updated dictionary
print("Updated Dictionary:")
print(my_dict)
Output:

About CSE
Sora Blogging Tips is a blogger resources site is a provider of high quality blogger template with premium looking layout and robust design. The main mission of sora blogging tips is to provide the best quality blogger templates.

No comments:
Post a Comment