Which of the following functions will return key-value pairs of the dictionary in the form of list of tuples?
items()
Reason — The items() function will return key-value pairs of the dictionary in the form of list of tuples.