Write a function that takes a list and an index as parameters and returns a new list after removing the element at the specified index code example
Example: how to remove element from specific index in list in python
list.pop(index)
list.pop(index)