Convert List of list into tuple of tuples

前端 未结 0 1784
夕颜
夕颜 2021-02-07 11:53

I have a list of 2x1 matrices like: [[[2.3], [2.4]], [[1.7], [1.6]], [[2.02], [2.33]]]

I need to convert it into a tuple of tuples, like:

((2.3,2.4),(1.7,1.6),(2.0

相关标签:
回答
  • 消灭零回复
提交回复
热议问题