Mastery 21 - Dictionaries
Dictionaries are used to assign a value to a specific key. It is necessary to know the key to retrieve the value. Dictionaries in Python are defined by braces {}
For this code I decided to construct a dictionary. This dictionary has initially 5 key value pairs where the name of the album is the key.
















