Wybierz losowy fragment tekstu

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