Identify one immutable object from the following:
(1,2), [1,2], {1:1,2:2}, ‘123’
Immutable object: (1,2) or ‘123’