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
xeze [42]
3 years ago
12

- if `check_1` and `check_2` variables are both True, it should set the value of a variable `outcome` to the string 'BOTH' - eli

f `check_1` is True and `check_2` is False, it should set the value of a variable `outcome` to the string 'ONE' - elif `check_1` is False and `check_2` is True, it should set the value of a variable `outcome` to the string 'TWO' - else (meaning both must be False), it should set the value of a variable `outcome` to the string 'NEITHER'
Engineering
1 answer:
tresset_1 [31]3 years ago
4 0

Answer:

See Explaination

Explanation:

if(check1 and check2):

outcome = "BOTH"

elif(check1):

outcome = "ONE"

elif(check2):

outcome = "TWO"

else:

outcome = "NEITHER"

You might be interested in
A certain piece of property is assessed at $150,000. If the tax rate is $2.50 per $100, what is the tax on this property?
stiks02 [169]

Answer:

The tax on this property is 3750 dollars

Explanation:

Given

Tax on per $100 is $2.50

Tax on every $1 is \frac{2.5}{100} = 0.025 dollars

Tax on property of value $150,000 is

150,000 * 0.025 = 3750 dollars

The tax on this property is 3750 dollars

7 0
3 years ago
What effect does air have on the acceleration of aircraft during flight?
scoundrel [369]
The effect would be the altitude of the air, the higher you go up the closer you are to space we’re there’s no oxygen and everything moves slow so when your trying to fly across the world it could feel like your moving slower
5 0
3 years ago
What does carbon addition to iron do, what does it produce, how does it change properties, what are its reflections? Describe in
NISA [10]

Answer:

Demire karbon ilavesi ne yapar, ne değiştirir, özellikleri nasıl değiştirir, yansımaları nelerdir? Grafiklerde kullanarak detaylı olarak açıklayın. HMK brainly.com/app/profile/7139574 takip et!!!!  

8 0
3 years ago
Plssssssssssssss Alexi is writing a program which prompts users to enter their age. Which function should she use?
aleksandr82 [10.1K]

Answer:

int()

Explanation:

float() is using decimals, so that can't be it, like float(input( "how much does this cost?"))

print() is used to print something, not a user asking, like print("hello")

string() means like a whole, like string( I am good)

By elimination, int() is correct.

Hope this helps!

7 0
2 years ago
What does the word “robot” mean? A.Clone B. Athlete C. Servant D. Actor
hram777 [196]

Answer:

a. clone

Explanation:

4 0
3 years ago
Other questions:
  • A well pumps at 400 L/s from a confined aquifer whose thickness is 24 m. If the drawdown 50 m from the well is 1 m and the drawd
    10·1 answer
  • WHAT IS A TOROID IN HYDRAULUCS?
    11·2 answers
  • What is a shearing stress? Is there a force resulting from two solids in contact to which is it similar?
    6·1 answer
  • I want to explain what 2000 feet looks like to young children so that they can imagine it in class
    12·1 answer
  • Contrast the electron and hole drift velocities through a 10 um (micro meter) layer of intrinsic silicon across which a voltage
    11·1 answer
  • New ventures that are based on strategic value, such as valuable technology, are attractive while those with low or no strategic
    12·2 answers
  • 3. A steel pipe of outside diameter 20 mm and thickness 3 mm is
    14·1 answer
  • For a bolted assembly with eight bolts, the stiffness of each bolt is kb = 1.0 MN/mm and the stiffness of the members is km = 2.
    14·1 answer
  • The compression ratio of most small gasoline engines falls between_______and________.
    13·2 answers
  • When hermetic refrigerant motor-compressors are designed to operate continuously at currents greater than 156 percent of the rat
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!