Assignment of tuples in Python allows a tuple of variables on the left side of the assignment operator to be assigned respective values from a tuple on the right side. The number of variables on the left should be the same as the number of elements in the tuple.
Example: