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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-10
  • 2021-11-16
  • 2021-10-04
  • 2021-04-25
猜你喜欢
  • 2022-12-23
  • 2021-12-20
  • 2023-03-18
  • 2022-12-23
  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案