Logical question practice ``` X=10 Y=20 X=x+y Y=x-y X=x-y print("after swapping: x=",x,"y=",y) ```
Logical question practice