Reads a single line from the file
f=open('/tmp/workfile', 'w') f.readline() f.readline() f.readline() f.close()