Python provides us with an elegant syntax for unpacking the individual elements of a sequence as separate variables. We call this unpacking. However, the number of variables on the left-hand side must ...