Skip to main content

Timeline for answer to Making Combination from lists using itertools by Moinuddin Quadri

Current License: CC BY-SA 3.0

Post Revisions

11 events
when toggle format what by license comment
May 23, 2017 at 12:34 history edited URL Rewriter Bot
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Sep 15, 2016 at 22:16 comment added William Bernard I apologize, but without replacement is an important distinction I didnt mention as well as order not mattering
Sep 15, 2016 at 22:14 comment added Moinuddin Quadri @WilliamBernard: It was not cleared from the sample you provided in the question. So, I mentioned all the possible solutions :P
Sep 15, 2016 at 22:13 comment added Moinuddin Quadri @WilliamBernard : In that case it is @ tobias_k answer you should be marked as accepted. As I have mentioned this after he answered
Sep 15, 2016 at 22:12 comment added William Bernard order doesnt matter
Sep 15, 2016 at 22:03 history edited Moinuddin Quadri CC BY-SA 3.0
added 91 characters in body
Sep 15, 2016 at 21:57 history edited Moinuddin Quadri CC BY-SA 3.0
added 1078 characters in body
Sep 15, 2016 at 21:29 comment added Moinuddin Quadri @tobias_k On looking at his sample output, I believe he needs cartesian product of the lists. Updated the answer with simple example. And I agree with you, the input params OP provided are too huge and gives no clear insight of his intention. Simpler example would be helpful
Sep 15, 2016 at 21:27 history edited Moinuddin Quadri CC BY-SA 3.0
added 244 characters in body
Sep 15, 2016 at 21:21 comment added tobias_k Not entirely clear from the question, but I think then the last line in the expected output should contain [13, 14], [11, 12] instead of [11, 12], [13, 14].
Sep 15, 2016 at 21:13 history answered Moinuddin Quadri CC BY-SA 3.0