remove method

remove(self, item)

Removes specified sequence from a collection.

def remove(self, item):
    ...
ParameterTypeDescription
itemISequenceSequence to remove.

See Also