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

How do I do slope intercept for y=3x-4
How do you solve the equation... X-4y=22 2x+5y=-21 using substitution?? Someone PLEASEE help!!
You are going to roll two dice. Let the variable x = the sum of the numbers rolled. What is the probability that x = 9 ?
Element X is found in two forms: 90.0% is an isotope that has a mass of 20.0, and 10.0% is an isotope that has a mass of 22.0. What is the atomic mass of elemen
How do I do slope intercept for y=3x-4
Aluminum metal reacts with HCl to produce aluminum chloride and hydrogen gas. How many grams of aluminum metal must be added to an excess of HCl to produce 33.6
The temperature danger zone is:*
what type of equation is y= -3/4x -5/4?
Why are America's founding ideals important?
You are going to roll two dice. Let the variable x = the sum of the numbers rolled. What is the probability that x = 9 ?