[Tutor] Looking for a Pythonic way to pass variable number of lists to zip()

Tony Cappellini tony at tcapp.com
Tue Mar 22 07:33:59 CET 2005



I have a program which currently passes 6 lists as arguments to zip(), but 
this could easily change to a larger number of arguments.
Would someone suggest a way to pass a variable number of lists to zip() ?



More information about the Tutor mailing list