Consider the following dictionary:
{ "The Bodyguard":"1992", "Saturday Night Fever":"1977"}
select the values
The variable release_year_dict is a Python Dictionary, what is the result of applying the following method: release_year_dict.values() ?
What is wrong with the following dictionary: {'a':1, 'a':2} ?