Go to file
Cory Dean Chung bb558ccbd7 Checkpoint 1 final commit: Finished all functions.
I didn't really get stuck on this one. I did take some time to think
about how I could break the problem into two parts. Because I already
had a function that could count the number of people who like a color,
I just had to determine how to know all the colors that are liked.
2023-08-14 15:20:12 -04:00
weather Initial commit 2023-08-01 12:28:30 +00:00
.commit_template Initial commit 2023-08-01 12:28:30 +00:00
.gitignore Initial commit 2023-08-01 12:28:30 +00:00
friend_functions.py Checkpoint 1 final commit: Finished all functions. 2023-08-14 15:20:12 -04:00
friend_functions.pyc Checkpoint 1 commit 3: Wrote count_favorite_colors 2023-08-14 14:22:46 -04:00
globalize_weather.sh Initial commit 2023-08-01 12:28:30 +00:00
people.py Initial commit 2023-08-01 12:28:30 +00:00
people.pyc Checpoint 1, commit 1: Wrote count_people. 2023-08-14 13:54:08 -04:00
poetry.lock Checpoint 1, commit 1: Wrote count_people. 2023-08-14 13:54:08 -04:00
pyproject.toml Initial commit 2023-08-01 12:28:30 +00:00
test_friend_functions.py Initial commit 2023-08-01 12:28:30 +00:00