obviously I knew the tables were working by reference. Even if they are just references, I thought they could be equal because the two separate tables are the same. 🤔
actually to the code;
print(t1)
print(t2)
result when we add:
table: 0000000002611970
table: 00000000026112f0
I should have known by that. Of course, the situation is different when it comes to reference.