We say that tuples are immutable, since trying to modify them like here with event_tuple[0] = "Friday" results in an error.

Make sure to pick event_tuple[0], followed by =, and finally "Friday".