W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
thisset = set(("apple", "banana", "cherry")) print(thisset) # 注意:集合是无序的,因此结果将随机显示其中的元素
thisset
=
set
((
"apple"
,
"banana"
,
"cherry"
))
print
(
thisset
)
# 注意:集合是无序的,因此结果将随机显示其中的元素