PYTHON

Python - Remove Set Items

To remove an item in a set, use the remove(), or the discard() method.