Python 基礎(chǔ)教程

Python 流程控制

Python 函數(shù)

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

Python 文件操作

Python 對象和類

Python 日期和時間

Python 高級知識

Python 參考手冊

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

Python 集合方法

Python symmetric_difference()方法返回兩組對稱差集。

兩個集合A和B的對稱差是在A或B中的元素的集合,但不在它們的交點上。

Python設(shè)置對稱差異

symmetric_difference()的語法為:

A.symmetric_difference(B)

示例1:symmetric_difference()的工作

A = {'a', 'b', 'c', 'd'}
B = {'c', 'd', 'e' }
C = {}

print(A.symmetric_difference(B))
print(B.symmetric_difference(A))

print(A.symmetric_difference(C))
print(B.symmetric_difference(C))

輸出結(jié)果

{'b', 'a', 'e'}
{'b', 'e', 'a'}
{'b', 'd', 'c', 'a'}
{'d', 'e', 'c'}

使用^運算符的對稱差集

在Python中,我們還可以使用^運算符找到對稱差集。

A = {'a', 'b', 'c', 'd'}
B = {'c', 'd', 'e' }

print(A ^ B)
print(B ^ A)

print(A ^ A)
print(B ^ B)

輸出結(jié)果

{'e', 'a', 'b'}
{'e', 'a', 'b'}
set()
set()

Python 集合方法

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