In place Swapping

Run Settings
LanguagePython
Language Version
Run Command
#python3 #tricks #seleTech #swapping x = 1 y = 2 print("Before Swapping",end=": ") print(x,y) x , y = y , x print("After Swapping",end=": ") print(x,y)
Editor Settings
Theme
Key bindings
Full width
Lines