This video presents different ways of swapping two numbers with any programming language. 0:00 next: Using addition & subtraction 0:45 next: Using multiplication & division 2:00 next: Using XOR 2:45 next: Using 3rd variable 3:50 next: Pythonic way