remove

  • Python remove()

    python 中的remove()函數有助於從列表中移除給定的元素。如果列表中有多個匹配元素,則只刪除第一個匹配元素。 **list.remove(element)** #wher…

    編程 2024-10-03