Q. Which of the following is not a dictionary method? (A) update() (B) get() (C) append() (D) popitem() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) append() Explanation: `append()` is not a dictionary method, it is used for lists.