Commit Graph

6 Commits

Author SHA1 Message Date
tgaeta
0e04bc4dba Made function to count people who like a color. 2025-10-08 13:14:45 -04:00
tgaeta
45ada17f3f Made function to find all people who like a color. 2025-10-08 13:13:00 -04:00
tgaeta
ef72f963c8 Made function to count a person's favorite colors. 2025-10-08 13:10:00 -04:00
tgaeta
eee80567e4 Implemented email lookup. 2025-10-08 13:05:57 -04:00
tgaeta
ed1430803b Implemented function to count people
Honestly I don't like this lesson on dictionaries! This is a perfect use
case for object-oriented programming; dictionaries are just lookup
tables. I think it makes more sense to teach dicts in the context of
price lookups, or passwords, or something that has more structure
than just a place to put names variables.
2025-10-08 12:54:48 -04:00
c5f4810cc8 Initial commit 2025-09-03 02:43:46 +00:00