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")
 
        
             
        
        
        
A spreadsheet function that indicates the average of a group of numbers in a range.
        
             
        
        
        
Answer:
Portal is the correct answer.
Explanation:
A portal is a website that is a web portal which is not just like the website because the web portal provides different things from an individual access point. It also offers its customers or users a variety of services from an individual and convenient location. That's why the following answer is correct.
 
        
             
        
        
        
<span>The person or persons requesting the worksheet should supply their requirements in a requirements document. </span>