8 Apr
Write a function removeRange() that takes a list of integer numbers and two integer numbers as parameters, returns a new list where the numbers between the 2nd and 3rd parameters (both inclusive) are removed from the 1st list.
Assume 2nd parameter is less than the 3rd parameter.
Write a function removeRange() that takes a list of integer numbers and two integer numbers as parameters, returns a new list where the numbers between the 2nd and 3rd parameters (both inclusive) are removed from the 1st list.
Assume 2nd parameter is less than the 3rd parameter.
0 answers·1 watching·13 views
This question hasn't been answered yet.