[Tutor] help with loops

Walter Prins wprins at gmail.com
Thu Mar 25 21:52:42 CET 2010


So, am I right that for each X value in file 2, you want to look up to see
if you can find a corresponding line in file 1 where the value from file 2
falls between the X and Y value from file 1, and if found, then output the
original line from file 2 and the 6th column from the found line from file
1?

Is it posible to have multiple entries/lines from file 1 where the value
from file 2 will be found between X and Y in file 1?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20100325/8b0592fa/attachment.html>


More information about the Tutor mailing list