python中的数据类型——集合(set)

集合的定义 In [1]: s2 = {} In [2]: type(s2) Out[2]: dict #默认状况是dict,称为字典 定
相关文章
相关标签/搜索