```>>> {1, 2, 3} is {2, 3, 1} False```
# general
w
Copy code
>>> {1, 2, 3} is {2, 3, 1}
False