times a favorite color is listed is two.
I tried to update the dictionary entries using a frequency variable,
but it wasn't working, so I wrote it so that it just entered either 1
or 2.
get_color_dict.
I'm not sure why get_color_dict is not working, but I think that it is
not adding to the frequency when it encounters a second person with
the color in their favorites, because it is showing 1 instead of 2 for
some.
I don't know if these are really working because it seems like there
are more E and F left than functions to finish... I was assuming when
there was a new . in the EEEEEEEEE that meant I got a function to work.
I am hoping that multiple E and F get resolved when I finish the last
one I guess.
I was trying to check if a color was in the list using
if person["favorite_colors"] == color
but then I figured that if it was just one color in a list of colors it
wouldn't work.