Let's say, as an example, I have the following list:
foo = ['a', 'b', 'c', 'd', 'e']
What is the best way to retrieve an item at random from this list?
foo = ['a', 'b', 'c', 'd', 'e'] from random import choice print choice(foo)
Stack Overflow is a collaboratively edited question and answer site for programmers – regardless of platform or language. It's 100% free, no registration required.
about » faq »
tagged
asked
1 year ago
viewed
979 times
latest activity