python之集合

集合最主要的作用就是去重;如:
image

集合分为两种:
1、可变集合 set
2、不可变集合 frozenset

集合的函数:
(1)add 添加元素
image

(2)remove删除元素
image

(3)pop删除最后一位

image

(4)copy是复制
image

(5)clear 清除集合
image

(6)len 计算长度
image

(7)update 将两个集合合并到一个集合中
image

posted @ 2026-05-12 15:05  刘sir金牌讲师  阅读(6)  评论(0)    收藏  举报