# plz suscribe to my youtube channel --> # https://www.youtube.com/channel/UC-sfqidn2fKZslHWnm5qe-A fruits = ["apple", "banana", "cherry","banana"] item = "apple" if item in fruits: print("Yes, '",item,"' is in the fruits list")