I think this is my most popular tweet ever:
> >>> foo = ([],)
>>> foo[0] += [1]
TypeError: 'tuple' object does not support item assignment
>>> foo
<<< ([1],)
— James Socol (@jamessocol) February 12, 2015
[https://twitter.com/jamessocol/status/565906946780581889]