Adding items to specific places in list

后端 未结 0 686
栀梦
栀梦 2020-12-07 01:32
x=len(sorted_list)
z=1
for y in range (2,x):
if sorted_list[y][1]=="0" and len(sorted_list[y])>3:
    z+=1
    sorted_list.insert(y,\'Message \'+ str(z)         


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