Python\'s swap method a, b = b, a is elegant and is supposed to be faster than a function that uses a temporary variable. I decided to test the speed of a circular swap of 3 va