python 集合中intersection方法的使用

2024-11-02 02:58:19

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

python 集合中intersection方法的使用

3、打印intersection集合的值。

python 集合中intersection方法的使用

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

python 集合中intersection方法的使用

7、完整代码如下:

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