Sep 13, 2024
insert(index, value)
: Inserts a value at a specified index.pop()
: Removes and returns the last element (or a specific index if provided).extend()
: Adds elements from another collection to the list.{1, 2, 3, 4}
will keep unique values only.dict_name = {"key": "value"}
.