What is dictionary in Python?
Python Dictionary
938
18-Jun-2018
Updated on 19-Jun-2018
Prakash nidhi Verma
19-Jun-2018Dictionary in Python :
The built-in datatypes in Python is called dictionary. It defines one-to-one relationship between keys and values. Dictionaries contain pair of keys and their corresponding values. Dictionaries are indexed by keys.A dictionary key have numbers and strings in python like Values.
Example: