my_city = (54.528728, -1.553050)
friend1_location = (54.682491, -1.216700) friend2_location = (54.978252, -1.617780) friend3_location = (53.479489, -2.245115)
print(friend1_location) print(friend2_location) print(friend3_location)
all_locations = (my_city, friend1_location, friend2_location, friend3_location)
print(all_locations)