File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
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 : <.com/codezila-org>\n\tFor More Mail Us : <[email protected]>')

0 commit comments

Comments
 (0)