Hi guys,
I need some help with lists or dicts.
I have a list with 2 columns like this
"123.04 241.30","232.00"
[and so on for about 400 lines]
and another list which is more complex:
"val1","val2","val3","nnn.nn nnn.nn","232.00"
(where "n" is a number)
[some thousands lines]
Now I want to compare each item[0] from list1 (let's say the two couple of numbers)
with each item[4] of list2
and restitute the comlete item for list2.
I cannot figure out a way to do it in an efficent way.
Thanks for your help,
Gianluca