remove_at method

remove_at

Removes an item at the specified index of the collection.

def remove_at(self, index):
    ...
ParameterTypeDescription
indexintThe zero-based index of the item to remove.

See Also