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!
7.5m questions
10.0m answers