This is the product description text that will appear here.
Quantity
1
Description
a, b = b, a swaps two variables in one line. The right-hand side is packed into a tuple first, then unpacked into the names on the left, so no temporary variable is needed — the thing most languages spend three lines on.
Tuple unpacking doi...