Q. Which of the following is not a dictionary method?
β
Correct Answer: (C)
append()
Explanation: `append()` is not a dictionary method, it is used for lists.