Respuesta :

Answer:

word = str("Enter a word: ")

if "mold" in word:

 print("Mold is in the variable word.")

else:

 print("Mold is not in the variable word.")

ACCESS MORE
EDU ACCESS
Universidad de Mexico