Q. Which method removes all items from a dictionary? (A) delete() (B) remove() (C) clear() (D) discard() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) clear() Explanation: `clear()` removes all items from a dictionary.