Combine two individual nested arrays together

后端 未结 0 1757
我在风中等你
我在风中等你 2020-11-27 06:42

I have two arrays:

a = [[1,2],[3,4],[5,6]]
b = [[7,8],[9,10]]

I have tried to add them together to create

combined = a + b
pri         


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