We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52df684 commit 88a75ccCopy full SHA for 88a75cc
Basic/swap with tem.py
@@ -1,3 +1,4 @@
1
+# * Written By Codezila.org at 18-03-2020 2:03AM (IST)
2
#Python program to swap two variables
3
4
x = 5
@@ -13,4 +14,5 @@
13
14
y = temp
15
16
print('The value of x after swapping: {}'.format(x))
-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