We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac0d47 commit 0848335Copy full SHA for 0848335
김지호/11주차/260312.py
@@ -0,0 +1,4 @@
1
+num = input()
2
+numbers = list(map(int,input()))
3
+
4
+print(sum(numbers))
0 commit comments