Skip to content

Commit 489033d

Browse files
committed
fix: 줄바꿈 공백
1 parent 28479eb commit 489033d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

product-of-array-except-self/changhyumm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ def productExceptSelf(self, nums: List[int]) -> List[int]:
2020
for k in range(len(left)):
2121
answer.append(left[k]*right[k])
2222
return answer
23-

0 commit comments

Comments
 (0)