SharingSource / LogicStack-LeetCode

公众号「宫水三叶的刷题日记」刷穿 LeetCode 系列文章源码

Home Page:https://acoier.com/about/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logical question @stronghacker

Stronghacker41 opened this issue · comments

Logical question practice

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