➽ Problem:-
https://www.hackerrank.com/challenges/simple-array-sum/problem
➽ Solution:-
a =
int(input())
b =
map(int,input().split())
print(sum(b))
➽ Problem:-
https://www.hackerrank.com/challenges/simple-array-sum/problem
➽ Solution:-
a =
int(input())
b =
map(int,input().split())
print(sum(b))
Copyright (c) 2021 | Coding Plaza | All Rights Reserved
0 Comments
Please do not enter any spam link in the comment section.