remove method

remove(index)

def remove(self, index: int):
    ...
ParameterTypeDescription
indexint

See Also