Python List pop () Method · Example. Remove the second element of the fruit list: fruits = ['apple', 'banana', 'cherry'] fruits.pop(1) · Example. Return the ...
確定! 回上一頁