For loop conversion problem from python to PHP

后端 未结 0 1917
执笔经年
执笔经年 2021-01-16 16:37

I try to convert the following Python function :

def Sous(dist,d) :

    l=len(dist)
    L=[[]]
    for i in range(l) :
        K=[]
        s=sum(dist[i+1:])         


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