Contents
myfile = open("test.txt", "r")
for i in range(3):
    print(i, myfile.readline(), end="")
0 # A bit of text I want to write to a file.
1 1. The first point I want to make is this.
2 2. Next I want to tell you that...