variable length dictionary as iterator in nested loops [Python 3]

前端 未结 0 936
没有蜡笔的小新
没有蜡笔的小新 2020-12-20 08:43

I have a dictionary and a nested for loop as follows:

dictionary = {container: {row: [(tuple), (tuple)]}}

for box in box_df.index:
   for container in contai         


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