zip asterisk syntax

garett asdf at asdf.asd
Wed Jun 30 13:51:33 EDT 2004


Hello, I have been reading text processing in python and in the appendix
the author describes:
>>> sides = [(3, 4), (7, 11), (35, 8)]
>>> zip(*zip(*sides))

what is this asterisk-list syntax called? Any suggestions for finding more
information about it? Thanks. -Garett



More information about the Python-list mailing list