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?
|
|
|
|||||||||||||||||||||
|
|
In case you also need the index:
|
|||||||||||||
|
|
if you need the index just use:
random.choice does the same:) |
|||||||||||
|
|
I propose a script for removing randomly picked up items off a list untill it is empty: Maitain a
Three run give three different annswers
|
|||
|
|