Skip to content

Commit 88a75cc

Browse files
authored
Update swap with tem.py
CODEZILA | codePy
1 parent 52df684 commit 88a75cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Basic/swap with tem.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# * Written By Codezila.org at 18-03-2020 2:03AM (IST)
12
#Python program to swap two variables
23

34
x = 5
@@ -13,4 +14,5 @@
1314
y = temp
1415

1516
print('The value of x after swapping: {}'.format(x))
16-
print('The value of y after swapping: {}'.format(y))
17+
print('The value of y after swapping: {}'.format(y))
18+
print('\n\tCode By codezila.org :)\n\tJoin Us On : <github.com/codezila-org>\n\tFor More Mail Us : <contact@codezila.org>')

0 commit comments

Comments
 (0)