What would be the output of the following code snippet?
a_dict = {'color': 'blue', 'fruit': 'apple', 'pet': 'dog'} for key in a_dict: print(key)
Select one:
blue apple dog
'color' 'fruit' 'pet'
color fruit pet
'blue' 'apple' 'dog'
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?