On May 28, 4:41 pm, blaine <[EMAIL PROTECTED]> wrote: > 1. Whats a good way to get the keys? I'm using a loop with > random.choice() at the moment.
Why not keep a separate list of keys and use random.sample()? Raymond -- http://mail.python.org/mailman/listinfo/python-list