Python 基礎(chǔ)教程

Python 流程控制

Python 函數(shù)

Python 數(shù)據(jù)類型

Python 文件操作

Python 對(duì)象和類

Python 日期和時(shí)間

Python 高級(jí)知識(shí)

Python 參考手冊(cè)

Python 集合 intersection() 使用方法及示例

Python 集合方法

intersection()方法將返回一個(gè)新集合,其中包含所有集合相同的元素。

兩個(gè)或更多集合的交集是所有集合相同的元素集合。例如:

A = {1, 2, 3, 4}
B = {2, 3, 4,  9}
C = {2, 4, 9 10}

那么,
A∩B = B∩A ={2, 3, 4}
A∩C = C∩A ={2, 4}
B∩C = C∩B ={2, 4, 9}

A∩B∩C = {2, 4}

三個(gè)集合相交

Python中intersection()的語(yǔ)法為:

A.intersection(*other_sets)

intersection()參數(shù)

intersection()允許任意數(shù)量的參數(shù)(集合)。

注意: *不是語(yǔ)法的一部分。用于指示該方法允許任意數(shù)量的參數(shù)。

Intersection()返回值

intersection()方法返回集合A與所有集合的交集(作為參數(shù)傳遞)。

如果未將參數(shù)傳遞給intersection(),則它將返回集合(A)的淺拷貝。

示例1:如何intersection()工作?

A = {2, 3, 5, 4}
B = {2, 5, 100}
C = {2, 3, 8, 9, 10}

print(B.intersection(A))
print(B.intersection(C))
print(A.intersection(C))
print(C.intersection(A, B))

運(yùn)行該程序時(shí),輸出為:

{2, 5}
{2}
{2, 3}
{2}

更多實(shí)例

A = {100, 7, 8}
B = {200, 4, 5}
C = {300, 2, 3}
D = {100, 200, 300}

print(A.intersection(D))
print(B.intersection(D))
print(C.intersection(D))
print(A.intersection(B, C, D))

運(yùn)行該程序時(shí),輸出為:

{100}
{200}
{300}
set()

您還可以使用&運(yùn)算符找到集合的交集

示例3:使用&運(yùn)算符設(shè)置相交集

A = {100, 7, 8}
B = {200, 4, 5}
C = {300, 2, 3, 7}
D = {100, 200, 300}

print(A & C)
print(A & D)


print(A & C & D)
print(A & B & C & D)

運(yùn)行該程序時(shí),輸出為:

{7}
{100}
set()
set()

Python 集合方法

丰满人妻一级特黄a大片,午夜无码免费福利一级,欧美亚洲精品在线,国产婷婷成人久久Av免费高清