friend_functions.py

This commit is contained in:
njmason2
2025-10-17 16:02:14 -04:00
parent 892ffc36f4
commit 7f9e9bfb2a
3 changed files with 76 additions and 71 deletions

View File

@@ -4,7 +4,7 @@
#
# Defines two data structures containing people data, meant to be used
# with the functions in `friend_functions.py`.
# You don't need to do anything with thie file.
# You don't need to do anything with this file.
family = [
{
@@ -36,7 +36,7 @@ family = [
friends = [
{
"name": "Connor Rodriguez",
"name": "Connor Rodriguez",
"email": "maecenas@yahoo.edu",
"favorite_colors": ["aqua", "teal", "sea foam", "turquoise"],
},