View difference between Paste ID: 3h9BsFTM and kzF2kwq4
SHOW: | | - or go back to the newest paste.
1
a = open('file.txt').readlines()
2-
b = iter(a)
2+
3-
3+
    for line in a:
4
        print(line)