"Bala subramanian" <bala.biophys...@gmail.com> wrote

for files in flist:
  handle=open(flist).readlines()
print>>out, handle

  print>>out, handle[1:]

Should do it? You might need to handle line endings though...
Alan G.

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to