Identify one mutable object from the following:
(1,2), [1,2], {1:1,2:2}, ‘123'
Mutable object: [1,2] or {1:1,2:2}.