trying to combine two lists with a given common key
l1 = [["apple",2], ["banana", 5], ["orange",7]] l2 = [["apple", 5