This python program swaps two numbers using a temporary variable. To swap numbers without using extra variable see another code below.
This python program swaps two numbers using a temporary variable. To swap numbers without using extra variable see another code below.