Pregunta de entrevista de Mobifly (India)

what is a dictionary in python?

Respuesta de la entrevista

Anónimo

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.