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 18-03-2020 2:03AM (IST) |
1 | 2 | #Python program to swap two variables
|
2 | 3 |
|
3 | 4 | x = 5
|
|
13 | 14 | y = temp
|
14 | 15 |
|
15 | 16 | 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]>') |
You can’t perform that action at this time.
0 commit comments