How to compare list A and B and return yes if any sublist of B is in A

后端 未结 0 351
-上瘾入骨i
-上瘾入骨i 2020-12-06 06:09

Assume there are two lists A=[[1,2,3],[4,5,6],[7,8,9],[10,11,12]] and B=[[1,2,3],[5,6,4],[7,1,9]]. I want to compare these two lists and return

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