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

write a program to Test if mold is stored in the variable word.

Respuesta :

Cytokine
Cytokine Cytokine
  • 03-11-2020

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

Answer Link

Otras preguntas

The arm span and foot length were measured (in centimeters) for each of the 19 students in a statistics class and displayed in the scatterplot. An analysis was
how the Industrial Revolution has affected the world economy in MDCs, NICs, and LDCs alike?
The colonists in Texas were fighting for independence from the United States, Spain Muxico Both questions
Click to review the online content. Then answer the question(s) below, using complete sentences. Scroll down to view additional questions. Online Content: Site
Adam, Brian, and Christine order two small pizzas. Adam eats three quarters of a pizza, Brian eats one third of a pizza, and Christine eats the rest. How much d
Insert three A.Ms between 3 and 31​
Please help!! is it 16?​
PLEASE HELP WILL GIVE BRAINLY AND 5.0 RATING
how the Industrial Revolution has affected the world economy in MDCs, NICs, and LDCs alike?
Write a java code to print Multiplication Table Till 20 HINTS: public static void main(String[ ] args) { int multiplicationTable[ ][ ]=new int [21][11];