python 集合中add方法的使用

2024-10-15 07:49:20

1、创建一个空集合。

python 集合中add方法的使用

3、再次使用add()方法向集合中添加元素,但添加的元素已经存在于集合中。

python 集合中add方法的使用
猜你喜欢