python_ref_keyword_in_1.py:
x
 
fruits = ["apple", "banana", "cherry"]
if "banana" in fruits:
  print("yes")