Write a program to take two integers as input and output their sum. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Write a program to take two integers as input and output their sum.

Sample Input: 2 8 Sample Output: 10

14th Oct 2021, 10:10 AM
Vikstar Complex
Vikstar Complex - avatar
2 Answers
+ 6
Vikstar Complex Please review lesson 2.1 of the Python Core tutorial. You have already completed this section, you just need to review and learn
14th Oct 2021, 10:26 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 3
Post your code
14th Oct 2021, 10:25 AM
Atul [Inactive]