Embed presentation
Download to read offline














Dictionaries are used to store data values in key-value pairs. A dictionary is a collection that is ordered, changeable, and does not allow duplicate keys. Dictionaries use curly brackets and have immutable keys paired with values that can be of any data type, including duplications. Dictionary keys are case sensitive and methods allow adding, deleting, and looping through key-value elements in the dictionary.













