Let's play around with `zip ()` a little more. There is no *unzip* function for doing the reverse of what `zip ()` does. We can, however, reverse what has been `zip`ped together by using `zip ()` with ...