ID EN
Built-in Functions

frozenset

Python 3.11

Return a new frozenset object, optionally with elements taken from iterable. frozenset is a built-in class. See frozenset and Set Types — set, frozenset for documentation about this class.

Syntax

PYTHON
class frozenset(iterable=set())

See Also

frozenset frozenset Set Types — set frozenset set list tuple dict collections