タプル代入

以下のコードを実行すると、何が起こるでしょうか:

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