h = [1, 2, 3]
d = dict(a=1, b=2)
h += d # works
h = h + d # exception
--
Sent from my Android tablet with K-9 Mail. Please excuse my brevity.