> script:
> >>> for i in range(len(psl)):

for line in psl:
    if line.split()[0].strip() == '25':
       print line

Does that work?

Alan G.
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to