1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
ANEK [815]
3 years ago
11

The function below takes a two parameters: a list called a_list and a value called a_value. Complete the function to first check

to see if the value is already in the list. If the value is already in the list, then do nothing. Otherwise, append the value to the end of the list. Your function doesn't need to return anything.
Engineering
1 answer:
Alik [6]3 years ago
5 0

Explanation:

def checklist(a_list, a_value):// def //used to name a function, the //arguments being passed into the //functions are a_list and a_value

if a_value in list://if statement to

//check if it's in the list or not

print("")//print statement to do

//nothing

else://else statement for if the

//a_value is in a_list

a_list.append(a_value)//this adds

//the value to the list

You might be interested in
Joe, a technician, is attempting to connect two hubs to add a new segment to his local network. He uses one of his CAT5 patch ca
mart [117]

Answer:

Option D. is correct

Explanation:

Joe uses one of his CAT5 patch cables to connect two hubs to add a new segment to his local network. As he can only connect to it from a workstation within that segment,  he is not able to reach the new network segment from his workstation.

The most problem is that the technician used a straight-through cable.

Option D. is correct.

3 0
2 years ago
True or false? Engineering degree programs and engineering technology degree programs have a different requirements
sergey [27]
That’s true brother
4 0
3 years ago
Alyssa works for an engineering firm that has been hired to design and supervise the construction of a highway bridge over a maj
Colt1911 [192]

Answer:

I'm going to make a list of everything you need to consider for the supervision and design of the bridge.

1. the materials with which you are going to build it.

2. the length of the bridge.

3. The dynamic and static load to which the bridge will be subjected.

4. How corrosive is the environment where it will be built.

5.wind forces

6. The force due to possible earthquakes.

7. If it is going to be built in an environment where snow falls.

8. The bridge is unique,so   the shape has a geometry that resists loads?.

9. bridge costs.

10. Personal and necessary machines.

11. how much the river grows

3 0
3 years ago
I don't know what is this​
pychu [463]
That means “ if possible then link”
8 0
3 years ago
Many companies are combining their online business activities with an existing physical presence. In about 100 words, explain wh
Daniel [21]

Answer:

Companies are combining their online business activities with their existing physical presence in order to lower costs of their operations. When both these things are combined labor costs are reduced because with online presence the company has to have limited number of branches, inventory costs are reduced because additional inventories for every physical outlet is not required and delivery costs are reduced because now company don't have to supply the things to all the outlets on regular basis.

Trust of the people is also improved because mostly people are reluctant to order from the brands that only have their online store and donot have any physical presence. Value added services are provided by a company who have both online and offline presence like home delivery and customized offerings.

 

3 0
3 years ago
Other questions:
  • What is the difference between a job and a profession
    9·1 answer
  • Technician A says that when using an impact wrench to remove a bolt from the front of an engine's crankshaft, the crankshaft mus
    15·1 answer
  • A shaft is made of an aluminum alloy having an allowable shear stress of τallow = 100 MPa. If the diameter of the shaft is 100 m
    13·2 answers
  • 1000 lb boulder B is resting on a 500 lb platform A when truck C accidentally accelerates to the right (truck in reverse). Which
    15·1 answer
  • 6
    5·1 answer
  • The x component of velocity in an incompressible flow field is given by u = Ax, where A = 2 s-1 and the coordinates are measured
    10·1 answer
  • In casting experiments performed using a certain alloy and type of sand mold, it took 155 sec for a cube-shaped casting to solid
    9·1 answer
  • I need solution fast plesss​
    9·1 answer
  • 2. It is a measuring instrument used to record the amount of
    15·1 answer
  • 2) What kinds of food can you eat in space?
    14·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!