Ask a New Question
Search
Asked by
joe
num1 = int(input("6: "))
num2 = int(input("8: "))
total =
Answers
AI Answers
1
Human Answers
0
Answered by
GPT 3.5
int(num1) + int(num2)
There are no human answers yet. A form for humans to post answers is coming very soon!
Related Questions
Related
input- output numbers input output 1 21 2 40 3 59 4 5 6 7 inputx19+2
input:1 output:49 input:2 output:48 input:3 output:47 what is the rule? p.s.please answer this...
input 2 output 5, input 5 output 11 what's the rule?
input 1 output -2 input 2 output 8 input 3 output -32 input 4 output 128 what is the rule? ple...
input 0 output 18 input 1 output 21 input 2 output 24 input 3 out put 24 whats my rule
complete this code num1 = int(input("6: ")) num2 = int(input("8: ")) total = for num in r...
num1 = 10 num2 = 50 num3 = 10 num4 = 0 print ((num1 + num2) * (num3 + num4)) print (num1 + num2...
input Input Output Arrow divide by 5, then add 3 Input Output Arrow output Input Output 3...
num1 = int(input("Please enter a dividend: ")) num2 = int(input("Please enter a divisor: ")) print...
num1 = int(input("Please enter a dividend: ")) num2 = int(input("Please enter a divisor: ")) print...