A python function for removing sublist from nested list

后端 未结 0 1571
难免孤独
难免孤独 2020-11-28 05:42

I want to remove all occurrences of a list from list of lists. By that I mean I want to filter out all the occurrences of a given list. E.g.

list = [[1,2,3],         


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