jaylanpersaud jaylanpersaud
  • 03-11-2020
  • Computers and Technology
contestada

test if the word mold is stored in the variable word. Computer science.

Respuesta :

unknown7879 unknown7879
  • 05-11-2020

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.")

Answer Link

Otras preguntas

What is the slope of (2,3) , (6,7)
List the perfect squares between 100 and 500 that are even numbers.
The decline in medieval trade was caused by
What is the 54th element on the periodic table?
Why did populations soar between 1800 and 1900?
How did the alliances that formed in Europe after world war 2 form an "iron curtain" as described by Winston Churchill in a 1946 speech?
What's another name for vital signs?
what type of rock can form a metamorphic rock
Evolution is: A) A change in the composition of a population from one generation to the next.B) A phenomenon that must be inferred from evidence, because it can
How did the alliances that formed in Europe after world war 2 form an "iron curtain" as described by Winston Churchill in a 1946 speech?