This commit is contained in:
2023-06-22 22:59:41 +02:00
parent 1397f59f9c
commit aa98d2fa67

2
N-sum.py Normal file
View File

@@ -0,0 +1,2 @@
_ = input()
print(sum(map(int, input().split())))