Q. Which method returns all items in a dictionary as pairs?
β
Correct Answer: (D)
items()
Explanation: items() returns key-value pairs as tuples.