We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ffe79 commit e537becCopy full SHA for e537bec
product-of-array-except-self/shinsj4653.py
@@ -68,4 +68,4 @@ def productExceptSelf(self, nums: List[int]) -> List[int]:
68
after *= nums[i]
69
products[i - 1] *= after
70
71
- return products
+ return products
0 commit comments