Python Dictionary items() method
As of Python 3.7, dictionaries are ordered collection of data values, used to store data values like a map, which, unlike other Data Types that hold only a single value as an element, a Dictionary holds a key: value pair.In Python Dictionary, items() are the list with all dictionary keys with values