z7ebbcvcnt z7ebbcvcnt
  • 03-03-2021
  • Computers and Technology
contestada

3.4 lesson practice quiz edhesive

Respuesta :

MrRoyal
MrRoyal MrRoyal
  • 08-03-2021

3.4 lesson practice quiz edhesive :

Write a program to check if user inputs "yellow"

Answer:

In Python:

col = input("Enter Color: ")

if col == "yellow":

   print("True")

else:

   print("False")

Explanation:

This prompts the user for color

col = input("Enter Color: ")

This checks if color is yellow

if col == "yellow":

If true, this prints true

   print("True")

If otherwise, this prints false

else:

   print("False")

Answer Link

Otras preguntas

in the penultimate paragraph, the author says,"its hard to believe moocs will ever replace the dreaming spires of Oxford and Cambridge ," explain what the autho
Olivia orderd 5 books online each book weighed 2 1/3.what is tge total weight altogether
Why do less dense compounds make up Earths crust while the densest compounds make up the core
A group of people that share a distinctive race, culture, heritage, or nationality is a(n): discrimination integration segregation race ethnic group
The correct spelling of a word that means standing still is a. stationary. b. stashunery. c. stashunary. d. stationery.
The actual cells that the muscles are made of are called _____.
how did medieval farmers deal with the problem of soil exhaustion
Definition and explanation of conduction convection and radiation in your own words
The scientific study of how individuals behave, think, and feel in social situations is known as
PLEASE HELP WITH BOTH !!please show working out