We can accomplish this using Python's del statement. This will mutate the list in place. For example, to remove an element with index 1, ...
確定! 回上一頁