Choisissez un extrait de texte aléatoire

import random
line = random.choice(open('data.txt').readlines())
Important Ibis