rename N-sum.py to n-sum.py

This commit is contained in:
2023-06-23 08:36:53 +00:00
parent 9c19bdfe47
commit 33d1c0fbe4

2
n-sum.py Normal file
View File

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