what is technique to optimize this python code?

前端 未结 0 1202
-上瘾入骨i
-上瘾入骨i 2020-12-19 15:34

I found a solution to one of my problem, but I want to optimize it :-

def asd(N, l1, l2):
for i in l1:
    sel = None
    score = N
    for j in l2:
        i         


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