Exercise: Check if value exists in dictionary

Define a function called check_for_value that takes a value as argument and checks if that value exists in the my_dict dictionary. Return the appropriate Boolean.
Python
Setting up Python environment...
Output