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,7 +1,9 @@
1+
# * Written By Codezila.org at 21-03-2020 2:29AM (IST)
12
#swaping without using temporary variable
23
x = 5
34
y = 10
45

56
x, y = y, x
67
print("x =", x)
7-
print("y =", y)
8+
print("y =", y)
9+
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)