multiplication of lists of strings

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Tue Mar 4 21:39:03 EST 2008


En Tue, 04 Mar 2008 23:50:49 -0200, Jason <jasong at gmail.com> escribió:

> How could I return a list or tuple of each unique combination of a given
> set of lists (perhaps from a dict or a list).  This means the number of
> lists are not known nor is the length of each.

Use the Google interfase for this group:  
http://groups.google.com/group/comp.lang.python/
Type "unique combinations lists" in the text box; press "Search in this  
group". The very first result contains some answers to your question.

-- 
Gabriel Genellina




More information about the Python-list mailing list