Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Assignment-2a
#python 3.6.9 #Assignment-2a a=int(input("Enter the number \n")) b=int(input("Enter the number \n")) c=a a=b b=c print("After swapping using 3rd variable,\na = ",a,"b = ",b) a,b=b,a print("Again swapping without using 3rd variable,\na = ",a,"b = ",b)
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
quiz1
gj1
PyRegFindFull
My webapp demo
probl2_203700377
9202335.py
Points
134
Python.py
queue and stack
Please log in to post a comment.