Commit Graph

5 Commits

Author SHA1 Message Date
Chris Mekelburg e45fa894a1 count_favorite_colors is working
I added some helper print statements at the end of friend_functions to
help me test. Had an indentation error with the else statement that got
me stuck for a while but is resolved now.
2024-10-13 22:07:02 -04:00
Chris Mekelburg 1631f47445 Function 3 count_favorite_colors
Not sure what is going on here, but I was able to decipher the error
message that it is not reading 0 for when the "favorite colors" list is
empty. I'm just not sure what it is not reading 0 and I've tried a few
other things too with the same result. Going to move on for now and come
back to this later.
2024-10-13 15:13:56 -04:00
Chris Mekelburg e4cb952f6f Function 2 working
I think I got the get_email function working here (I have 2 dots) but am
still getting one F as the result of the testing section. If this
function still has an error, I can come back and fix it before
completing checkpoint 1.
2024-10-13 14:49:07 -04:00
Chris Mekelburg dd1fb7d3d3 1 function count_people function is working
I didn't remember the len function at first, but a quick google search
refreshed my memory.
2024-10-10 21:49:21 -04:00
cmekelburg 1799c59fe4 Initial commit 2024-08-27 23:08:27 +00:00