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
What is code in Arduino to turn led on and off
11Alexandr11 [23.1K]

here's your answer..

4 0
3 years ago
What is the primary water source for a water cooled recovery unit's condensing coll?
nataly862011 [7]
A) chilled water from evaporator
7 0
3 years ago
The design specifications of a 1.2-m long solid circular transmission shaft require that the angle of twist of the shaft not exc
Verizon [17]

Answer:

c = 18.0569 mm

Explanation:

Strategy  

We will find required diameter based on angle of twist and based on shearing stress. The larger value will govern.  

Given Data  

Applied Torque

T = 750 N.m

Length of shaft

L = 1.2 m

Modulus of Rigidity

G = 77.2 GPa

Allowable Stress

г = 90 MPa

Maximum Angle of twist  

∅=4°

∅=4*\pi/180

∅=69.813 *10^-3 rad

Required Diameter based on angle of twist  

∅=TL/GJ

∅=TL/G*\pi/2*c^4

∅=2TL/G*\pi*c^4

c=\sqrt[4]{2TL/\pi G }∅

c=18.0869 *10^-3 rad

Required Diameter based on shearing stress

г = T/J*c

г = [T/(J*\pi/2*c^4)]*c

г =[2T/(J*\pi*c^4)]*c

c=17.441*10^-3 rad

Minimum Radius Required  

We will use larger of the two values  

c= 18.0569 x 10^-3 m  

c = 18.0569 mm  

3 0
3 years ago
Question 40 and the next Question 41
TEA [102]

Answer:

there's no photo? but I'm willing to help

8 0
2 years ago
Drag each tile to the correct box.
Trava [24]

Answer:

Bluray

DVD

CD

Explanation:

Blu ray can hold 25gb per layer

Dvd can hold 4.7GB on a single layer

Cd can hold around 737 mb

Also, dvds can go up to 2 layers

Blu ray can go up to 4

6 0
3 years ago
Other questions:
  • A hanging wire made of an alloy of nickel with diameter 0.19 cm is initially 2.8 m long. When a 59 kg mass is hung from it, the
    15·1 answer
  • Ammonia enters an adiabatic compressor operating at steady state as saturated vapor at 300 kPa and exits at 1400 kPa, 140◦C. Kin
    11·1 answer
  • A Scalar can only be a positive quantity that has a magnitude but no direction ? a)-True b)-False
    5·1 answer
  • While there are many ways to solve this problem, one strategy is to calculate the volume of any metal's unit cell given its theo
    14·1 answer
  • Water discharging into a 10-m-wide rectangular horizontal channel from a sluice gate is observed to have undergone a hydraulic j
    12·1 answer
  • (25) Consider the mechanical system below. Obtain the steady-state outputs x_1 (t) and x_2 (t) when the input p(t) is the sinuso
    9·1 answer
  • Air is compressed in a well insulated compressor from 95 kPa and 27 C to 600 kPa and 277 C. Use the air tables; assume negligibl
    11·1 answer
  • Four subjects civil engineers need to study​
    12·1 answer
  • Which one of these is not a successful budgeting strategy
    5·2 answers
  • Christopher has designed a fluid power system that repeatedly gets clogs. Which of the following objects should he choose to add
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!