摘要: 1 tup = (['a','a1'],['b','b2'],['c','c3']) 2 ls = [['d',1,],['e',2],['f',3]] 3 b = [] 4 5 #for i in range(2): 6 # a = ls[0][i] + ":" + ls[1][i] + ":" 阅读全文
posted @ 2020-02-06 10:17 Mqqq 阅读(372) 评论(0) 推荐(0)