Problem: Given 2 natural numbers, find sum of them.
Input: Two natural numbers n1 and n2 separated by a space.
Output: Sum of the numbers
Constraints: 1<=n1<=1000
1<=n2<=1000
Sample Input: 2 5
Sample Output:
7
print(sum(map(int, input().split())))
By Lochard | As a newbie programmer | 15 Jul 2023
Problem: Given 2 natural numbers, find sum of them.
Input: Two natural numbers n1 and n2 separated by a space.
Output: Sum of the numbers
Constraints: 1<=n1<=1000
1<=n2<=1000
Sample Input: 2 5
Sample Output:
7
print(sum(map(int, input().split())))
How do you rate this article?
0
20240228 Arrived in the UK for about 2 week. All my fears persist. Some are even getting worse. https://github.com/locharp/asylum_diary/
Sharing entry level codes. My snippets on GitHub https://github.com/locharp/code-snippets
Send a $0.01 microtip in crypto to the author, and earn yourself as you read!
% to author / 80% to me.