Dictionary:- Dictionary is a pair of key and elements which is used to associate things.
Dictionary is an unordered collection of elements.
How to create dictionary?
Dic = {'Name' : 'Jitika'}
How to access data from dictionary?
Use of dictionary.