亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

Set在Python能做集合運算嗎

小樊
82
2024-08-02 22:46:12
欄目: 編程語言

是的,Set在Python中可以進行集合運算。可以使用以下常見的集合運算:

  • 并集:使用union()方法或|運算符
  • 交集:使用intersection()方法或&運算符
  • 差集:使用difference()方法或-運算符
  • 對稱差集:使用symmetric_difference()方法或^運算符

例如:

set1 = {1, 2, 3}
set2 = {2, 3, 4}

# 并集
union_set = set1.union(set2)
print(union_set)  # 輸出 {1, 2, 3, 4}

# 交集
intersection_set = set1.intersection(set2)
print(intersection_set)  # 輸出 {2, 3}

# 差集
difference_set = set1.difference(set2)
print(difference_set)  # 輸出 {1}

# 對稱差集
symmetric_difference_set = set1.symmetric_difference(set2)
print(symmetric_difference_set)  # 輸出 {1, 4}

0
大渡口区| 桃园县| 扎兰屯市| 宜章县| 赫章县| 新源县| 青铜峡市| 永靖县| 阿坝县| 兴仁县| 五常市| 贵南县| 遂昌县| 金塔县| 南安市| 石渠县| 锡林浩特市| 连南| 潜江市| 伊宁县| 调兵山市| 眉山市| 冕宁县| 临洮县| 碌曲县| 石柱| 洛川县| 通州区| 临夏市| 高雄县| 保山市| 忻城县| 固始县| 分宜县| 台东市| 电白县| 高州市| 柳林县| 张家界市| 石台县| 昭觉县|