word = whatever value you want
if "mold" in word:
print("The word mold is in the variable word")
else:
print("The word mold is not in the variable word")
I hope this helps!
5.2m questions
6.8m answers