In this case `x2` is an immutable list but actuall...
# announcements
m
In this case
x2
is an immutable list but actually it’s a mutable list that can be modified by some other parts of your code.