ID EN
Built-in Types

pop

Python 3.11

Remove and return an arbitrary element from the set. Raises KeyError if the set is empty.

Syntax

PYTHON
pop()

See Also

KeyError