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:
I think in there transmission you know inputs into ports like for their own
Explanation:
likeslike Spanish and is obviously inputs and outputs their portsinto the portsdifferent ports you know
Firewall
Dont forget to thanks and give brianliest.
Answer:
Data wrangler
Explanation:
Her responsibility is to transfer data from the camera to a hard drive. What is her job designation? Data Wrangler.
<h2>mark as brainliests </h2>