Skip to content

Commit dfca88d

Browse files
committed
개행문자 추가
1 parent 45b8cf2 commit dfca88d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ def productExceptSelf(self, nums: List[int]) -> List[int]:
2727
for i in range(len(nums)):
2828
result[i] = prefix[i] * suffix[i]
2929

30-
return result
30+
return result

0 commit comments

Comments
 (0)