items#

Parameters.items()#

Return a view object that contains the key-value pairs in the dictionary.

Returns:
dict_items

A view object that contains the key-value pairs in the dictionary.