<div dir="ltr">Following link could be useful:<br><br><a href="http://stackoverflow.com/questions/104420/how-to-generate-all-permutations-of-a-list-in-python">http://stackoverflow.com/questions/104420/how-to-generate-all-permutations-of-a-list-in-python</a><br>

<br><div class="gmail_quote">On Thu, Dec 2, 2010 at 04:15, Alex Hall <span dir="ltr">&lt;<a href="mailto:mehgcap@gmail.com">mehgcap@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi all,<br>
I am wondering if there is a python package that will find<br>
permutations? For example, if I have (1, 2, 3), the possibilities I<br>
want are:<br>
12<br>
13<br>
23<br>
123<br>
132<br>
231<br>
<br>
Order does not matter; 21 is the same as 12, but no numbers can<br>
repeat. If no package exists, does someone have a hint as to how to<br>
get a function to do this? The one I have right now will not find 132<br>
or 231, nor will it find 13. TIA.<br>
<font color="#888888"><br>
--<br>
Have a great day,<br>
Alex (msg sent from GMail website)<br>
<a href="mailto:mehgcap@gmail.com">mehgcap@gmail.com</a>; <a href="http://www.facebook.com/mehgcap" target="_blank">http://www.facebook.com/mehgcap</a><br>
_______________________________________________<br>
Tutor maillist  -  <a href="mailto:Tutor@python.org">Tutor@python.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="http://mail.python.org/mailman/listinfo/tutor" target="_blank">http://mail.python.org/mailman/listinfo/tutor</a><br>
</font></blockquote></div><br></div>