Right but the actual question is >Given ``` x ...
# getting-started
k
Right but the actual question is
Given
Copy code
x = 5
y = x
y = 7

a = MyClass()
b = a
b.changeState()
What happens to
x
and
a
?