Christoph Zwerschke <[EMAIL PROTECTED]> wrote:
   ...
> given length. You could get a 6/49 lotto tip with something like:
> 
> choice(set(range(49)).powerset(6))

And that would be better than the current random.sample(range(49),6) in
WHAT ways, exactly...?


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

Reply via email to