LogicStack-LeetCode
LogicStack-LeetCode copied to clipboard
Logical question @stronghacker
Logical question practice
X=10
Y=20
X=x+y
Y=x-y
X=x-y
print("after swapping: x=",x,"y=",y)