python 集合中intersection方法的使用

2024-11-02 02:58:19

1、创建两个集合set1和set2。

python 集合中intersection方法的使用

2、使用intersection方法获取集合的交集,将结果存储在变量intersection中。

python 集合中intersection方法的使用

3、打印intersection集合的值。

python 集合中intersection方法的使用

4、创建多个集合set3, set4和set5。

python 集合中intersection方法的使用

5、使用intersection方法获取多个集合的交集,将结果存储在变量intersection2中。

python 集合中intersection方法的使用

6、打印intersection2集合的值。

python 集合中intersection方法的使用

7、完整代码如下:

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