Skip to content

Commit 89cdfdd

Browse files
authored
Update 7.py
1 parent b77a4a5 commit 89cdfdd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

13/7.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def process(x, y, index):
4242
# 연합 국가끼리 인구를 분배
4343
for i, j in united:
4444
graph[i][j] = summary // count
45-
return count
4645

4746
total_count = 0
4847

0 commit comments

Comments
 (0)