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
Give me top 5 British snacks
tia_tia [17]

Answer:

1. Mini Cheddars

2. Sausage Roll

3. Monster Munch

4. Cheese Twists

5. Flapjacks

6 0
2 years ago
Calculate the electroosmotic velocity of an aqueous solution through a glass capillary 5 cm long with a 0.5 mm internal diameter
natita [175]

Answer:

Electroosmotic velocity will be equal to 1.6\times 10^{-4}m/sec

Explanation:

We have given applied voltage v = 100 volt

Length of capillary L = 5 mm = 0.005 m

Zeta potential of the capillary surface \xi =80mV=0.08volt

Dielectric constant of glass is between 5 to 10 here we are taking dielectric constant as \epsilon =10

Viscosity of glass is \eta =10^8

Electroosmotic velocity is given as v_{eo}=\frac{\epsilon \xi }{\eta }\times \frac{v}{L}

v_{eo}=\frac{10\times 0.08 }{10^8 }\times \frac{100}{0.005}=1.6\times 10^{-4}m/sec

So Electroosmotic velocity will be equal to 1.6\times 10^{-4}m/sec

8 0
3 years ago
True/False
sweet [91]

Answer:

false jdbebheuwowjwjsisidhhdd

7 0
3 years ago
A heat pump cycle is used to maintain the interior of a building at 15°C. At steady state, the heat pump receives energy by heat
Hoochie [10]

Answer:

a) Ql=33120000 kJ

b) COP = 5.6

c) COPreversible= 29.3

Explanation:

a) of the attached figure we have:

HP is heat pump, W is the work supplied, Th is the higher temperature, Tl is the low temperature, Ql is heat supplied and Qh is the heat rejected. The worj is:

W=Qh-Ql

Ql=Qh-W

where W=2000 kWh

Qh=120000 kJ/h

Q_{l}=14days(\frac{24 h}{1 day})(\frac{120000 kJ}{1 h})-2000 kWh(\frac{3600 s}{1 h})=33120000 kJ

b) The coefficient of performance is:

COP=\frac{Q_{h} }{W}=\frac{120000 kJ/h*14(\frac{24 h}{1 day}) }{2000 kWh(\frac{3600 s}{1 h}) } = 5.6

c) The coefficient of performance of a reversible heat pump is:

COP_{reversible}=\frac{T_{h} }{T_{h}-T_{l}  }

Th=20+273=293 K

Tl=10+273=283K

Replacing:

COP_{reversible}=\frac{293}{293-283}=29.3

4 0
3 years ago
Sensors are used to monitor the pressure and the temperature of a chemical solution stored in a vat. The circuitry for each sens
JulsSmile [24]
Circle because it’s round and we all love round things
5 0
3 years ago
Other questions:
  • 5. Which of these least accurately describes what happens when abnormal combustion raises the temperature and pressure inside th
    8·1 answer
  • Shear strain can be expressed in units of either degrees or radians. a)True b)- False
    10·1 answer
  • How can the direction of rotation of a split-phase motor be changed? *
    15·2 answers
  • If Fred has already measured 14 inches of a table measuring 30 inches. How many inches does he need to measure more?
    15·1 answer
  • Which definition best fits the idea of electrical resistance in a wire? A. the decrease in current flow due to electrons collidi
    12·1 answer
  • Complete the following sentence.
    7·1 answer
  • An airplane flies horizontally at 80 m/s. Its propeller delivers 1300 N of thrust (forward force) to overcome aerodynamic drag (
    15·1 answer
  • How do you solve this. I dont know how so I need steps if you dont mind
    13·1 answer
  • What’s the answer???
    9·1 answer
  • determine the position d of the 6- kn load so that the average normal stress in each rod is the same.
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!