Conditionally appending in the list

后端 未结 0 858
有刺的猬
有刺的猬 2020-12-15 17:26

I have \'n\' lists let\'s say:

L1=[1,2,3,4]
L2=[1,2,4,5]
L3=[2,1,3,4]
L4=[4,3,1,2]
L5=[2,1,4,5]
L6=[1,3,4,5]
Output = [[1,2,3,4],[2,1,3,4],[4,3,1,2],[1,3,4,5]         


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