The pop() method is a list function in Python that either removes the last element of the list or the value at the specified location if the index is given.
確定! 回上一頁