What is the purpose of the items() method for dictionaries?
A. Returns a list of key-value pairs in the dictionary
B. Returns a list of keys in the dictionary
C. Returns a list of values in the dictionary
D. Returns a list of items in the dictionary
Answer: Option A
Join The Discussion