Different output from python function and php conversion

后端 未结 0 1684
鱼传尺愫
鱼传尺愫 2021-01-16 18:42

I try to convert the following python function

def Sous(dist,d) :
    l=len(dist)
    L=[[]]
    for i in range(l) :
           


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