Q. Which method is used to remove a key from a dictionary? (A) delete() (B) discard() (C) pop() (D) remove() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) pop() Explanation: pop() removes a key and returns its value.