News

If we just want the values, we can iterate with the .values() method available on dictionaries: for value in movie_years.values(): Finally, we can obtain both keys and values together by way of ...