Home  >  Article  >  Backend Development  >  Detailed introduction to Python’s built-in frozenset function

Detailed introduction to Python’s built-in frozenset function

高洛峰
高洛峰Original
2017-03-21 11:12:212722browse

English documentation:

2. When no parameters are passed in, an empty immutable collection is generated.

>>> c = frozenset()
>>> c
frozenset()

The above is the detailed content of Detailed introduction to Python’s built-in frozenset function. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn