Skip to content

Commit f769482

Browse files
authored
Update 7.py
1 parent 748403b commit f769482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5/7.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
graph[1].append((0, 7))
1010

1111
# 노드 2에 연결된 노드 정보 저장 (노드, 거리)
12-
graph[2].append((0, 5)
12+
graph[2].append((0, 5))
1313

1414
print(graph)

0 commit comments

Comments
 (0)