word = whatever value you want.
if "mold" in word:
print("Mold is in the variable word.")
else:
print("Mold is not in the variable word.")
5.3m questions
6.9m answers