python中的pop()函數

pop()方法用於隨機移除一個元素 例如:set.pop() 隨機移除一個元素:web fruits = {'apple','banana','cherry'} x = fruits.pop() print(x) print(fruits) 輸出爲app banana {'cherry', 'apple'
相關文章
相關標籤/搜索