remove method

remove(item)

Remove the Char object from the collection.

def remove(self, item):
    ...
Parameter Type Description
item Char

See Also