with open("вірш.txt") as f:
    for лінія in f:
        print(лінія, end='')
