Skip to content

Commit

Permalink
Merge pull request #1 from S-MONISH18/S-MONISH18-patch-1
Browse files Browse the repository at this point in the history
Create Swapping.py
  • Loading branch information
S-MONISH18 authored Oct 14, 2024
2 parents d934fa0 + 42b76d4 commit 10602ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/Swapping.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
a,b=1,2
a,b=b,a
print(a,b)

0 comments on commit 10602ac

Please sign in to comment.