Basic syntax: my_list.remove(element) # Note, .remove(element) removes the first matching element it finds in # the list. # Example usage: animals = ['cat', ...
確定! 回上一頁