locations = {} coordinates = [48.86, 2.35] key = ("Paris", coordinates) locations[key] = "warehouse" print(locations[key])