Assume I have the following list:

foo = ['a', 'b', 'c', 'd', 'e']

What is the simplest way to retrieve an item at random from this list?

1
17

Leave a Reply

Your email address will not be published. Required fields are marked *