Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 210 Bytes

File metadata and controls

4 lines (4 loc) · 210 Bytes
  1. Removing Items .remove(item): Removes the first occurrence of the specified item. .pop(index): Removes and returns the item at the given index (default: last item). .clear(): Removes all items from the list.