The pop() method removes the item at the given index from the list and returns the removed item. Example. # create a list of prime numbers prime_numbers = [2, 3 ...
確定! 回上一頁