http://ickivrg5jucpkdfw5d6qeja6srtpox7yofkyygc44gnwbpj2tf2mekqd.onion
Note: The function must modify the given list, not create a new list. Examples Suppose the given list is [4, 5, 9, 8, 3, 7, 1] . If the given index is \(0\), then the function should delete the value \(4\) and return [5, 9, 8, 3, 7, 1] . If the given index is \(3\), then the function should delete the value \(8\) and return [4, 5, 9, 3, 7, 1] .