britthernandez1212 britthernandez1212
  • 26-03-2024
  • Computers and Technology
contestada

Read two numbers from user input. Then, print the sum of those numbers.
Hint -- Copy/paste the following code, then just type code where the questions marks are to finish the code.
num1 = int(input())
num2 = ?
print(num1 + ?)

Respuesta :

fartkn0cker fartkn0cker
  • 26-03-2024

num1 = int(input("Enter the first number: "))

num2 = int(input("Enter the second number: "))

print(num1 + num2)

Answer Link

Otras preguntas

what are the natural resources in south America?
What is 3 divided by 387 with a magnitude estimate
The profit function for a business is given by the equation P(x)=−4x2+16x−7, where x is the number of items sold, in thousands, and P(x) is the profit in thousa
Wat is linear regression
identify the property that justifies each statement. 1. m=n, so n=m. 2.
how do you say good morning in french?Is it still bonjour or something different?thank u!
Point C is graphed on a number line at –7. Point D is 13 units away from point C on the number line. What could be the coordinates of point D?     Choose all an
is 0.31 greater or less than 0.13
Translate the following sentences; Puella solicia magnam vocem audit.Magnum clamorem non amat Davus.Sextus est puer strenuus.Davus puerum strenuum non amat.Puer
How do I convert from y = mx + b form to Ax + By + C = 0 form? The line is y = 2x - 4. Thanks. :)