Append two individual lists to list of lists

前端 未结 0 346
不思量自难忘°
不思量自难忘° 2021-01-05 16:23

Let\'s say I have:

a=[1,2,3]
b=[4,5,6]

Now I want to create a list of list from a and b, I would do it like this:

c=[a,b]=[[1,         


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