from random import choice a = ['Beep!', 'T-T', 'Ow!'] print(choice(a))