Remove items from dictionary while iterating in python

后端 未结 0 468
渐次进展
渐次进展 2021-02-18 19:14
for key,value in myDict.items():
    x=0
    currentJ=0
    for j in range(key+1,len(myDict)):
        if j in checked:
            break
        x=len(list(set(myDict[i         


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