Python - Variables and Dynamic Typing
You want to swap the values of two variables
a and b without using a temporary variable. Which of the following is the correct way in Python?