Well done!

You have completed Accessing and Mutating Dictionary Quiz!

Quiz Question 1 of 5

Given the dictionary menu = {"Pasta": "$12", "Burger": "$8", "Salad": "$7"}, you want to increase the price of "Pasta" by $3 and add a new item "Soda" with a price of "$2" in the most efficient way. Which code snippet achieves this while ensuring other items remain unchanged?

Choose the correct answer below:

Skip Quiz Review Instruction