Commit Graph

2 Commits

Author SHA1 Message Date
Cory Dean Chung fe0c595b4b Checpoint 1, commit 1: Wrote count_people.
I forgot I had to assign the variable before referencing it. When
it didn't work at first, I poked through test_friend_functions.py
to figure out what data was being used. I put
from people import friends, family
and
count_people(family)
into friend_functions.py and ran python friend_functions.py to see
what the error was.
2023-08-14 13:54:08 -04:00
cchung 3dcc1aebc2 Initial commit 2023-08-01 12:28:30 +00:00