File tree
Expand file treeCollapse file tree1 file changed
+3
-1
lines changed Expand file treeCollapse file tree1 file changed
+3
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
|
| 1 | +# * Written By Codezila.org at 21-03-2020 2:29AM (IST) |
1 | 2 | #swaping without using temporary variable
|
2 | 3 | x = 5
|
3 | 4 | y = 10
|
4 | 5 |
|
5 | 6 | x, y = y, x
|
6 | 7 | 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]>') |
You can’t perform that action at this time.
0 commit comments