Mobifly (India) Interview Question

what is a dictionary in python?

Interview Answer

Anonymous

Oct 14, 2021

Dictionaries are used to store data values in key: value pairs. A dictionary is a collection that is ordered*, changeable, and does not allow duplicates.