check if a list subset of another list ( values can be repeatative)

前端 未结 0 1981
小鲜肉
小鲜肉 2021-01-20 06:40

I am trying to check if the list "List2" is a subset of "List1" in python 3.8

I tried all() and issubset() funct

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