Skip to content

Commit 0848335

Browse files
authored
[BOJ] 11720 숫자의 합 (B4)
1 parent 5ac0d47 commit 0848335

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

김지호/11주차/260312.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
num = input()
2+
numbers = list(map(int,input()))
3+
4+
print(sum(numbers))

0 commit comments

Comments
 (0)