Quotes help make search much faster. Example: "Practice Makes Perfect"
Saturday, December 1, 2012
Codecademy: Iterating Over Dictionaries
#sample solution
movies = { "Monty Python and the Holy Grail": "Great", "Monty Python's Life of Brian": "Good", "Monty Python's Meaning of Life": "Okay"
}
print movies.items()
No comments:
Post a Comment