rondom choise from list code example Example: rondom choise from list import random foo = ['a', 'b', 'c', 'd', 'e'] print(random.choice(foo))