代码示例:(标识:python_set_in)
python_set_in.py
thisset = {"apple", "banana", "cherry"}

print("banana" in thisset)
运行结果: