The first examples that I googled didn't work. This should be trivial, right?
import random mylist=['Pinky', 'Blinky', 'Inky', 'Clyde'] random.choice (mylist)