Python 循环遍历集合项
循环遍历集合项
您无法通过引用索引来访问集合中的项,因为集合是无序的,项没有索引。
但您可以使用 for
循环遍历集合项,或使用 in
关键字查看指定的值是否在集合中。
您无法通过引用索引来访问集合中的项,因为集合是无序的,项没有索引。
但您可以使用 for
循环遍历集合项,或使用 in
关键字查看指定的值是否在集合中。
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]