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]
3 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]3 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
Based on endosymbiotic theory, what cell would result from the endosymbiotic of a cell with a cyanobacterium?
gtnhenbr [62]

STAN EVERGLOW

1. STREAM PIRATE

STAN TWICE

1. STREAM SCIENTIST

STAN IVE

1. STREAM ELEVEN

STAN THEM FOR BETTER LIFE !!

5 0
2 years ago
sarah sandoval is a coffee farmer trying to decide how many tons of coffee to produce. she can sell each ton of coffee for $2,00
sergiy2304 [10]

Answer: She can sell each ton of coffee for  $3

Explanation: hope it helps

5 0
2 years ago
Where would an air mass thunderstorm most likly occur
Arisa [49]
In a cool unstable environment
3 0
3 years ago
How to follow someone in brainly using iPhone?
Irina18 [472]
For me I did it through the website not the actual app it worked
3 0
3 years ago
Read 2 more answers
There are a total of _____ questions in the math section of the PSAT.
Brut [27]
There are a total of Forty seven questions in the math section of the psat.
6 0
3 years ago
Other questions:
  • brainly.com when the united states steel cooperation was created in 1902, it was the largest corporation America had known
    13·1 answer
  • If 3.8 billion gallons of water are used for domestic use per day how many gallons of water are used
    6·2 answers
  • : What is Psychology, and what is the basis of all of the perspectives in psychology?
    12·1 answer
  • The main idea of the passage is that
    8·1 answer
  • Answer the riddle bellow
    5·1 answer
  • in 1987, the general social survey asked, "have you ever been active in a veteran's group? " for this question, 52 people said t
    9·1 answer
  • What is the estimated bad debt expense using the percentage of credit sales method
    8·1 answer
  • The nims management characteristic of information and intelligence management may include surveillance of disease outbreaks.
    7·1 answer
  • When two hydrogen atoms combine with one oxygen atom, the result is a water molecule, which is a(n):.
    5·1 answer
  • Rewrite each of the following sentences adding an adverb to modify the verb.
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!