File Python

f=open('/tmp/workfile')
for line in f:
      print line,
f.close()