Carl Banks <pavlovevidence at gmail.com> writes: > Instead, call random.shuffle() on the list, and iterate through that > to get the elements in random order. It's better to use random.sample() than random.shuffle().