Python Dictionary

A set of objects in Python through which data is stored, with every key linked up with a certain value in the dictionary.Unlike lists and tuples, which access values with an index, dictionaries use keys for accessing values.