python 元组列表合并

 

#create a tuple
l = [(1,2), (3,4), (8,9)]
print(list(zip(*l)))

 

posted @ 2018-11-12 22:27  anobscureretreat  阅读(4575)  评论(0编辑  收藏  举报