Run Code
|
API
|
Code Wall
|
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
Clockwise matrix rotation
ElaineBrown** rextester.com
f strings 3
guess123
Hh
count(even/odd)fromlist.py
Your mom
GoogleCodindQues.py
Подарки
Fibonacci to the Nth number