Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3
To solve the task, there are several steps to do: 1. Get the 2 inputs 2. Convert the input values to numeric values 3. Add the numbers 4. Print the result of the addition (output) How you can accomplish this in python, is covered in the solo learn python course.
26th Nov 2020, 7:52 PM
Lisa
Lisa - avatar
+ 2
Its code for you naah its too simple that code is for you too solve so you can think more logically if you can go back to basic of tutorial just keep trying don't try to get answers fast from others try to takeout some answer from yourself
27th Nov 2020, 8:56 AM
Sayyam Jain
Sayyam Jain - avatar
28th Nov 2020, 3:40 AM
BroFar
BroFar - avatar
+ 1
Ohh ok thank you!:)
26th Nov 2020, 7:16 PM
danayt Girmay
danayt Girmay - avatar
26th Nov 2020, 10:52 PM
Rik Wittkopp
Rik Wittkopp - avatar
+ 1
STEP A. Use two prompt functions that will obtain the inputs.. B. Convert the input to interfere. C. Create a function that sum both integer D. Output the result
28th Nov 2020, 5:01 PM
Henry Enyi
Henry Enyi - avatar
0
Its very simple A=2 B=8 Print(" the sum of a and b is " , a+b) I too am a beginner
28th Nov 2020, 6:32 AM
Faiz Raina
0
a = 0 for num in range(2): a += int(input()) print(a)
28th Nov 2020, 2:29 PM
Arman