atribuição de tuplo

O que acontecerá ao executar o seguinte código:

heights = (190, 180, 160, 200)
heights[1] = 190
print(heights)