Commit Graph

5 Commits

Author SHA1 Message Date
root 2dc845fd63 I got the count_people_who_like_color function to work.
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.
2024-10-13 22:17:38 -04:00
root a82e20884f I got the count_favorite_colors function to work.
Still using list iteration, not sure if I should be...
2024-10-13 21:21:21 -04:00
root 9bc09ed4db I got the get_email function to work.
I am still using mainly list rules, I don't really get the iterate for
dict yet.
2024-10-13 21:13:40 -04:00
root 077aa7070a I wrote the code for the count_people function and I think it is
working.

I used the list rules to count the number of dictionaries in the list.
2024-10-13 20:51:11 -04:00
sscheuneman 39500b0cba Initial commit 2024-08-28 01:19:51 +00:00