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 d90267f commit 988d223Copy full SHA for 988d223
product-of-array-except-self/ZetBe.py
@@ -37,4 +37,5 @@ def productExceptSelf(self, nums: List[int]) -> List[int]:
37
38
for i in nums:
39
answer.append(now//i)
40
- return answer
+ return answer
41
+
0 commit comments