Go to file
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
weather Initial commit 2024-08-28 01:19:51 +00:00
.commit_template Initial commit 2024-08-28 01:19:51 +00:00
.gitignore Initial commit 2024-08-28 01:19:51 +00:00
friend_functions.py I got the count_people_who_like_color function to work. 2024-10-13 22:17:38 -04:00
globalize_weather.sh Initial commit 2024-08-28 01:19:51 +00:00
people.py Initial commit 2024-08-28 01:19:51 +00:00
poetry.lock Initial commit 2024-08-28 01:19:51 +00:00
pyproject.toml Initial commit 2024-08-28 01:19:51 +00:00
test_friend_functions.py Initial commit 2024-08-28 01:19:51 +00:00