Присваивание кортежей
Что произойдет, если выполнить следующий код:
heights = (190, 180, 160, 200)
heights[1] = 190
print(heights)To check your solution you need to sign in
Sign in to continue
Sign in to your account
Что произойдет, если выполнить следующий код:
heights = (190, 180, 160, 200)
heights[1] = 190
print(heights)Sign in to your account