bfriends = ['NiuMei', 'NiuKele', 'NiuNeng'] counts = [3, 4, 5, 8] result = zip(bfriends,counts) print(list(result))
相关推荐