阅读量:2
可以使用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
以上就是关于“python set如何判断元素是否存在”的相关介绍,筋斗云是国内较早的云主机应用的服务商,拥有10余年行业经验,提供丰富的云服务器、租用服务器等相关产品服务。云服务器资源弹性伸缩,主机vCPU、内存性能强悍、超高I/O速度、故障秒级恢复;电子化备案,提交快速,专业团队7×24小时服务支持!
简单好用、高性价比云服务器租用链接:https://www.jindouyun.cn/product/cvm