Any body can help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 4

Any body can help

Write a program to take two integers as input and output their sum. Sample Input: 2 8 Sample Output: 10

21st Nov 2021, 1:56 AM
Dennis Onoja
1 Answer
0
a = int(input()) b = int(input()) print(a+b)
21st Nov 2021, 3:02 AM
Fꫀⲅძ᥆͟ᥙ᥉᯽
Fꫀⲅძ᥆͟ᥙ᥉᯽ - avatar