Pilih cuplikan teks acak

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