python_set_in.py:
x
 
thisset = {"apple", "banana", "cherry"}
print("banana" in thisset)