Challenge 4: Remove Sublist From List
In this challenge, your task is to remove a sublist from a list.
We'll cover the following...
Problem Statement
Given a removeList()
function, create a list named l
with the following values:
[1, 4, 9, 10, 23]
...