Mobifly (India) interview question

what is a dictionary in python?

Interview Answer

Anonymous

14 Oct 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.