91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

python set如何判斷元素是否存在

小樊
81
2024-11-22 04:11:50
欄目: 編程語言

可以使用in關鍵字來判斷一個元素是否存在于set中,例如:

my_set = {1, 2, 3, 4, 5}
if 3 in my_set:
    print("3 exists in the set")
else:
    print("3 does not exist in the set")

輸出結果為:

3 exists in the set

另外,還可以使用set的.contains()方法來判斷元素是否存在,例如:

my_set = {1, 2, 3, 4, 5}
if my_set.contains(3):
    print("3 exists in the set")
else:
    print("3 does not exist in the set")

輸出結果同樣為:

3 exists in the set

0
湖口县| 县级市| 瑞金市| 伽师县| 文成县| 邵武市| 宜兰县| 县级市| 柏乡县| 资源县| 合作市| 时尚| 奉贤区| 富民县| 平罗县| 安阳县| 镇原县| 松潘县| 电白县| 景泰县| 嵩明县| 江安县| 安阳市| 正镶白旗| 阳原县| 屏东市| 芒康县| 巴东县| 湖州市| 开阳县| 德阳市| 灵宝市| 东辽县| 金昌市| 锦州市| 彭州市| 阜平县| 孟州市| 荃湾区| 屏南县| 休宁县|