心理

當前位置 /首頁/完美生活/心理/列表

pop函式使用方法

pop函式使用方法

pop()函式是python直譯器的內建方法,可作用於列表,字典。pop為“彈出”之意。

用法說明——

在中找到pop函式。

列表:

([index]) -> item -- remove and return item at index (default last).

Raises IndexError if list is empty or index is out of range.

移出並返回L中索引的值,在L為空或超出索引時丟擲錯誤。

TAG標籤:函式 Pop #