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.
This commit is contained in:
Cory Dean Chung
2023-08-14 13:54:08 -04:00
parent 3dcc1aebc2
commit fe0c595b4b
4 changed files with 48 additions and 30 deletions

BIN
friend_functions.pyc Normal file

Binary file not shown.