For example, if you have a list and you to remove every 2nd element, you would delete the slice defined by [1::2] as shown below. lst = [1, 2, 3 ...
確定! 回上一頁