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
Chemical milling is used in an aircraft plant to create pockets in wing sections made of an aluminum alloy. The starting thickne
Lelu [443]

Answer:

a) metal removal rate is 1915.37 mm³/min

b) the time required to etch to the specified depth is 500 min or 8.333 hrs

Explanation:

Given the data in the question;

starting thickness of one work part of interest = 20 mm

depth of series of rectangular-shaped pockets = 12 mm

dimension of pocket = 200 mm by 400 mm

radius of corners of each rectangle = 15 mm

penetration rate = 0.024 mm/minute

etch factor = 1.75

a)

To get the metal removal rate MRR;

The initial area will be smaller compare to the given dimensions of 200mm by 400mm and the metal removal rate would increase during the cut as area is increased. so'

A = 200 × 400 - ( 30 × 30 - ( π × 15² ) )

= 80000 - ( 900 - 707 )      

= 80000 - 193

A = 79807 mm²

Hence, metal removal rate MRR = penetration rate × A

MRR = 0.024 mm/minute × 79807 mm²

MRR = 1915.37 mm³/min

Therefore, metal removal rate is 1915.37 mm³/min

b) To get the time required to etch to the specified depth;

Time to machine ( etch ) =  depth of series of rectangular-shaped pockets / penetration rate

we substitute

Time to machine ( etch ) = 12 mm / 0.024 mm/minute

Time to machine ( etch ) = 500 min or 8.333 hrs

Therefore, the time required to etch to the specified depth is 500 min or 8.333 hrs

3 0
3 years ago
It is an important part of the differential maintenance which purpose is to make smoother the differential operation by lubricat
masha68 [24]

Answer:

lubrication

Explanation:

MARK ME BRAINLEIST

4 0
2 years ago
A 1-kW electric resistance heater submerged in 10-kg water is turned on and kept on for 15 min. During the process, 400 kJ of he
hichkok12 [17]

Answer:

ΔT=  11.94 °C

Explanation:

Given that

mass of water = 10 kh

Time t= 15 min

Heat lot from water = 400  KJ

Heat input to the water = 1  KW

Heat input the water= 1 x 15 x 60

                                =900 KJ

By heat balancing

Heat supply - heat rejected = Heat gain by water

As we know that heat capacity of water

C_p=4.187 \frac{KJ}{kg-K}

Q=mC_p\Delta T

Now by putting the values

900 - 400 = 10 x 4.187 x ΔT

So  rise in temperature of water ΔT=  11.94 °C

6 0
3 years ago
Match the description with the term. I need help
mel-nik [20]

Answer:

cultivation - preparing and planting crops

domestication - capturing, taming, and breeding animals

hunting and gathering - obtaining food from the wild

Explanation:

moo

6 0
3 years ago
Briefly describe the function of the thermostatic expansion valve in a vapour compression refrigeration system
dalvyx [7]

Answer:

Explanation:

Thermostatic expansion valve is mainly a throttling device commonly used in air conditioning systems and refrigerators.

It is an automatic valve that maintains proper flow of refrigerant in the evaporator according to  the load inside the evaporator. When the load in the evaporator is higher the valve opens and  allows the increase in flow of refrigerant and when the load reduces the valve closes a bit and  reduces the flow of refrigerant. This process leads to higher efficiency of compressor as well as the whole refrigeration system.  Thus TEV works to reduce the pressure of refrigerant from higher condenser pressure to the lower evaporator pressure. It also keeps the evaporator active.      

4 0
3 years ago
Other questions:
  • How I do I get nut out of sheets​
    8·2 answers
  • In the 1960s through 1980s, a medical filter manufacturer in Ann Arbor discharged 1,4-dioxane (an industrial solvent) directly i
    10·1 answer
  • Help me! Phone Phoebe on 07375410044.
    7·2 answers
  • Consider a 1.2-m-high and 2-m-wide glass window with a thickness of 6 mm, thermal conductivity k = 0.78 W/m·K, and emissivity ε
    5·1 answer
  • Write a program that uses while loops to perform the following steps: Step a: Prompt the user to input two integers: firstNum an
    12·1 answer
  • The radial component of acceleration of a particle moving in a circular path is always:________ a. negative. b. directed towards
    9·1 answer
  • When does someone's work on the Internet become copyrighted?
    15·1 answer
  • Which of the following is MOST likely to be true about a service manager?
    8·1 answer
  • If a fuel line is routed through a compartment parallel with an electrical wire bundle, the fuel line should be installed ______
    7·1 answer
  • Instructions: For each problem, identify the appropriate test statistic to be use (t test or z-test). Then compute z or t value.
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!