टपल असाइनमेंट

निम्नलिखित कोड चलाने पर क्या होगा:

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