Solution Review: Remove Sublist From List
This lesson gives a detailed review of how to remove a sublist from a list.
We'll cover the following...
Solution 1: Use the remove()
Function
The solution is fairly simple; use the remove
function to delete the elements of the sublist l2
...