Which of the following functions will return key-value pairs of the dictionary?
items()
Reason — The items() function returns the content of dictionary as a list of tuples having key-value pairs.