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?
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to