Why doesn't it delete the sublist from the larger list? I tried to delete the sublist from the bigger list but it never seems to work. Isn't the sublist an item inside the larger list of type list? Shouldn't it consider the sublist as an item and delete the item i.e.. the subli...
because we wind up having to delete the "a", False, and the sublist, but with there being a series of other index places between the "a" and other index's you're trying to cut out of the list further on. I used a slice to save myself from repeating the del function...