SharingSource/LogicStack-LeetCode

Logical question @stronghacker

Stronghacker41 opened this issue · 0 comments

Logical question practice

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