bfriends = ['NiuMei', 'NiuKele', 'NiuNeng'] counts = [3, 4, 5, 8] result = zip(bfriends,counts) print(list(result))
暂无评论,快来抢首评~
相关推荐