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
standardization
ct
PyGuessTheNum2
recreation of https://js.do/samples/labyrinth in python. Works in the same way.
f strings
for
XII-F
Breadth-First Path Finding
Game3
python codewars