Identity and Containment

  • is (Identity)

  • in (Containment)

  • Can use Id to check memory

Code runs with memory not logistics so

a=[2, 5] will not be the same as b=[2, 5] because a variable and b variable are different.