Q. What does the update method do in a dictionary? (A) Clears the dictionary (B) Adds new key-value pairs (C) Removes existing keys (D) Sorts the dictionary ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Adds new key-value pairs Explanation: update adds new or updates existing key-value pairs.