generated from mwc/lab_weather
	friend_functions.py
This commit is contained in:
		@@ -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"],
 | 
			
		||||
	},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user