Skip to content

Commit

Permalink
Create easyswap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashChaturvedi committed Oct 29, 2018
1 parent b97f556 commit ba3bd7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions easyswap.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
x=10
y=20
print x, y
x,y = y,x
print x, y

0 comments on commit ba3bd7b

Please sign in to comment.