Go to file
grace-xing6 51e76315fa friend_fcuntion
I was stuck on def people_who_like_color(people, color) and def get_color_dict(people); I forgot to define the list or dict first;
Or sometimes I used the wrong label for them. I checked the output when I test it and also ask ChatGPT to identify what's wrong with my code.
2024-10-16 20:29:12 -04:00
weather Initial commit 2024-08-29 18:09:39 +00:00
.commit_template Initial commit 2024-08-29 18:09:39 +00:00
.gitignore Initial commit 2024-08-29 18:09:39 +00:00
friend_functions.py friend_fcuntion 2024-10-16 20:29:12 -04:00
globalize_weather.sh Initial commit 2024-08-29 18:09:39 +00:00
people.py Initial commit 2024-08-29 18:09:39 +00:00
poetry.lock Initial commit 2024-08-29 18:09:39 +00:00
pyproject.toml Initial commit 2024-08-29 18:09:39 +00:00
test_friend_functions.py Initial commit 2024-08-29 18:09:39 +00:00