Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f7b420e

Browse files
Update swap without tem.py
CODEZILA | codePy
1 parent 88a75cc commit f7b420e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎Basic/swap without tem.py‎

Lines changed: 3 additions & 1 deletion
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 : <github.com/codezila-org>\n\tFor More Mail Us : <contact@codezila.org>')

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /