Q. What does the update method do in a dictionary?
β
Correct Answer: (B)
Adds new key-value pairs
Explanation: update adds new or updates existing key-value pairs.