#create a tuple l = [(1,2), (3,4), (8,9)] print(list(zip(*l)))
原文地址:https://www.cnblogs.com/sea-stream/p/9949578.html
时间: 2024-11-12 01:38:23
#create a tuple l = [(1,2), (3,4), (8,9)] print(list(zip(*l)))
原文地址:https://www.cnblogs.com/sea-stream/p/9949578.html