Python set() 函数
定义和用法
The set()
function creates a set object.
集合列表中的项目是无序的,因此它们将以随机顺序出现。
在 Python 集合 章节中了解有关集合的更多信息。
语法
set(iterable)
参数值
参数 | 描述 |
---|---|
iterable | 可选。一个序列、集合或迭代器对象 |
The set()
function creates a set object.
集合列表中的项目是无序的,因此它们将以随机顺序出现。
在 Python 集合 章节中了解有关集合的更多信息。
set(iterable)
参数 | 描述 |
---|---|
iterable | 可选。一个序列、集合或迭代器对象 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]