Skip to content

Commit 784fc74

Browse files
authored
Update 8.py
1 parent 16fbb02 commit 784fc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

12/8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from itertools import permutations
22

33
def solution(n, weak, dist):
4-
# 길이를 2배로 늘려서 '원형'을 일자 형태로 변형하기
4+
# 길이를 2배로 늘려서 '원형'을 일자 형태로 변형
55
length = len(weak)
66
for i in range(length):
77
weak.append(weak[i] + n)

0 commit comments

Comments
 (0)