What can be used instead of nested loop to speed up

后端 未结 0 1057
一向
一向 2020-11-22 01:15

trying to combine two lists with a given common key

l1 =  [["apple",2], ["banana", 5], ["orange",7]]
l2 = [["apple", 5         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题