I have a list of lists in python that looks like this:
my_list = [[True, 0, 4], [True, 3, 6, 7], [1, 3, 5]]
And I want to remove all lists that ha