T = (1, 2, 3)T[2] = 4 # error!T = T[:2] + (4,) # okay: (1, 2, 4)print T
Name (required)
email (will not be published) (required)
Website