We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16fbb02 commit 784fc74Copy full SHA for 784fc74
12/8.py
@@ -1,7 +1,7 @@
1
from itertools import permutations
2
3
def solution(n, weak, dist):
4
- # 길이를 2배로 늘려서 '원형'을 일자 형태로 변형하기
+ # 길이를 2배로 늘려서 '원형'을 일자 형태로 변형
5
length = len(weak)
6
for i in range(length):
7
weak.append(weak[i] + n)
0 commit comments