you can do `b += 10` but not `b[0] += 10` - so you...
# announcements
s
you can do
b += 10
but not
b[0] += 10
- so you can add int literals to the list (and ostensibly have it converted to Long), but can only mutate list contents using longs