Relative Content

Tag Archive for pythonimmutabilitymutability

confused about the Global Frame

enter image description here
I think the variables x and y should point to the same value and their addresses are the same, but the global Frame shows different values in the picture. I don’t know whether I understand it wrongly or if there is a bug in Python Tutor.