Accessing element in corresponding tuple in for loop

前端 未结 0 1963
猫巷女王i
猫巷女王i 2021-02-12 12:57

Let\'s say I have a couple of list of tuples such as:

words = [(\'word1\', 2, 4), (\'word2\', 25, 30)]
texts = [(\'text1\', 0, 15), (\'text2\', 20, 33), (\'text3\         


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