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.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here