python set type dose not support indexing
e.g.
a=set([1,2])
means you can't use a[1] or a[:1] etc.
because set dosen't have orders.
相关文章:
-
2021-06-12
-
2021-10-26
-
2022-12-23
-
2022-01-15
猜你喜欢
-
2021-11-08
-
2021-07-06
-
2021-05-28
-
2021-06-26
-
2021-09-06
-
2022-01-31
-
2021-10-25
相关资源
-
下载
2022-12-23
-
下载
2022-12-29
-
下载
2021-06-26
-
下载
2022-12-19