Python 集合
集合
集合是一个无序、不可变和无索引的集合。
在 Python 中,集合用大括号写。
注意: 集合是无序的,所以你无法确定项的出现顺序。
集合是一个无序、不可变和无索引的集合。
在 Python 中,集合用大括号写。
注意: 集合是无序的,所以你无法确定项的出现顺序。
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]