Home Python Other Detail
coordinates = [(4, 5), (6, 7), (80, 34)] coordinates[0] = (1, 2, 3) print(coordinates[0]) //Output : (1, 2, 3)