import random books = ['Mother', 'Midnight Children', 'My experiments with truth'] print(random.choice(books))