Skip to content

Commit 7a483c6

Browse files
committed
1 parent 9d7a27c commit 7a483c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Hongjoo/lv1/평균구하기.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
def solution(arr):
22
answer = 0
3+
34
for n in arr :
45
answer += n
56

0 commit comments

Comments
 (0)