Johannes Bauer wrote:
Hello group,

I'm trying to write a function in Python which does the following: For a
number of arguments which are all lists, return a list (or generator)
which yields all tuples of combination. E.g:

Look here:
  http://docs.python.org/library/itertools.html#itertools.product

(new in 2.6, but code works in lower versions).

--Scott David Daniels
scott.dani...@acm.org


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to