•Carrot Plush•
2009-11-30 01:11:49 UTC
Anyway, I have a homework question:
Assume there is a variable, album_artists , that is associated with a dictionary that maps albums to performing artists. Write a statement that inserts the key/value pair: "Live It Out" / "Metric" .
my solution is very simple:
album_artists["live it out"] = "Metric"
However, the program keeps telling me the answer is wrong, and so I have no idea how to solve this, solutions?