Reports assignments to a tuple item.
t = ('red', 'blue', 'green', 'white') t[3] = 'black'
A quick-fix offers to replace the tuple with a list.