items()
The items() method returns a list of the [key,value] pairs in a dictionary.
keys()
The keys() method returns a list of the keys defined in a dictionary.
len()
The len() method returns the number of entries in a dictionary.
values()
The values() method returns a list of the values in a dictionary.