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

 

相关文章:

  • 2021-10-12
  • 2021-06-21
  • 2022-01-18
  • 2021-10-29
  • 2021-05-26
  • 2022-12-23
  • 2021-11-10
  • 2021-08-05
猜你喜欢
  • 2022-01-04
  • 2021-11-01
  • 2021-05-31
  • 2021-10-05
  • 2022-02-02
  • 2022-12-23
  • 2021-09-26
相关资源
相似解决方案