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
Eddi Din [679]
2 years ago
8

Read two numbers from user input. Then, print the sum of those numbers. Hint -- copy/paste the following code, then just type co

de where the questions marks are to finish the code.
SAT
1 answer:
pantera1 [17]2 years ago
3 0

The code that read two numbers from user input, then, print the sum of those numbers are as follows:

x = int(input("write a number: "))

y = int(input("write another number: "))

print(x + y)

<h3 /><h3>Code explanation</h3>
  • The first line of code ask the user for a number input. The integer input is stored in a variable x.
  • The second line of code ask the user for another number input . The integer input is stored in a variable y.
  • Finally, we print the sum of the user's input.

learn more on python code here: brainly.com/question/15183327?referrer=searchResults

You might be interested in
Guidewords are located at the bottom of a dictionary page.
tensa zangetsu [6.8K]

Answer:

Why are you giving us the answer..?

3 0
3 years ago
Read 2 more answers
The top of a 25-foot ladder is sliding down a vertical wall at a constant rate of 3 feet per minute. When the top of the ladder
zepelin [54]

Answer:7/8 feet per minute

Explanation:

3 0
2 years ago
The f2 progeny from a particular f1 dihybrid cross exhibited a modified ratio of 9:7 (instead of 9:3:3:1). What phenotypic ratio
Damm [24]
It should be one but if I’m wrong I am so so sorry
4 0
2 years ago
Students in a statistics class are conducting a survey to estimate the mean number of units students at their college are enroll
Andrew [12]

Using the t-distribution, as we have the standard deviation for the sample, it is found that the 95% confidence interval for the number of units students in their college are enrolled in is (11.7, 12.7).

<h3>What is a t-distribution confidence interval?</h3>

The confidence interval is:

\overline{x} \pm t\frac{s}{\sqrt{n}}

In which:

  • \overline{x} is the sample mean.
  • t is the critical value.
  • n is the sample size.
  • s is the standard deviation for the sample.

The critical value, using a t-distribution calculator, for a two-tailed <em>95% confidence interval</em>, with 49 - 1 = <em>48 df</em>, is t = 2.0106.

Hence:

\overline{x} - t\frac{s}{\sqrt{n}} = 12.2 - 2.0106\frac{1.6}{\sqrt{49}} = 11.7

\overline{x} + t\frac{s}{\sqrt{n}} = 12.2 + 2.0106\frac{1.6}{\sqrt{49}} = 12.7

The 95% confidence interval for the number of units students in their college are enrolled in is (11.7, 12.7).

More can be learned about the t-distribution at brainly.com/question/16162795

4 0
2 years ago
economics tells us that that we are all consumers. a consumer is someone who uses economic goods and services. name one economic
motikmotik

An Economic Good that I have used today is a laptop and an Economic Service that I have used today is bank.

Economics can be defined as a field of science that is focused on the analysis and examination of various principles that influence the production, demand and supply of goods and services.

Another purpose for the studying economics is to examine certain principles that influence the production of goods and services.

So, we can conclude that economics states that we are all consumers and a consumer is someone who uses both economic goods and services.

To learn more about Economic Goods,

brainly.com/question/13167381

#SPJ4

3 0
2 years ago
Other questions:
  • Lyrics for gospel songs are centered more around?
    12·2 answers
  • Can I bring Pinch Me therapy dough on a plane? Through customs? I need the answer right now. Im almost leaving.
    5·2 answers
  • Which Example uses collaboration to gain further knowledge?
    12·1 answer
  • Lol, i use this app not to ask any questions that should be asked.​
    5·2 answers
  • the differences between the use of aversive stimulation in sibis vs the use of aversive stimulation at the rotenberg center is t
    15·1 answer
  • Can light cause the metal to get warm? why or why not? does it matter what type of light shines on the metal?.
    13·2 answers
  • In the video, a soldier makes an unusual request. What does he want to hear lana turner do? sing a song cook a steak tell a joke
    7·1 answer
  • If a watch costs $40 and you must pay 6. 5 % sales tax, how much will the tax be?
    10·1 answer
  • What is the volume of the cone to the nearest cubic meter? (use ​π = 3.14.) refer to your staar 8th grade math reference sheet f
    8·1 answer
  • In order to get good results in relation to observing water pressure at fixtures, it is good inspection procedural practice to i
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!