Python 基礎(chǔ)教程

Python 流程控制

Python 函數(shù)

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

Python 文件操作

Python 對(duì)象和類

Python 日期和時(shí)間

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

Python 參考手冊(cè)

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

Python 集合方法

intersection_update()使用集的交集更新調(diào)用intersection_update()方法的集。

兩個(gè)或更多集合的交集是所有集合共有的元素集合。

要了解更多信息,請(qǐng)?jiān)L問(wèn)Python set Intersection

junction_update()的語(yǔ)法為:

A.intersection_update(*other_sets)

intersection_update()參數(shù)

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

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

Intersection_update()返回值

此方法返回None(意味著,沒(méi)有返回值)。它僅更新調(diào)用intersection_update()方法的集合。

假設(shè),

result = A.intersection_update(B, C)

當(dāng)您運(yùn)行代碼時(shí),

  • result 將為 None

  • A 等于A B和C的交點(diǎn)

  • B 保持不變

  • C 保持不變

示例1:如何使用intersection_update()?

A = {1, 2, 3, 4}
B = {2, 3, 4, 5}

result = A.intersection_update(B)

print('result =', result)
print('A =', A)
print('B =', B)

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

result = None
A = {2, 3, 4}
B = {2, 3, 4, 5, 6}

示例2:具有兩個(gè)參數(shù)的intersection_update()

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

result = C.intersection_update(B, A)

print('result =', result)
print('C =', C)
print('B =', B)
print('A =', A)

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

result = None
C = {4}
B = {2, 3, 4, 5, 6}
A = {1, 2, 3, 4}

Python 集合方法

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