Consider:
a = [1, 2, 3] b = [1, 2, 3] print id(a) print id(b)
which prints:
135445132 135367596
represented by the state diagram: