To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
History | View | Annotate | Download (81 Bytes)
source = open('data.txt', 'r')
for line in source:
print line
source.close()