parent
472b57a40e
commit
083918db7a
|
|
@ -218,7 +218,8 @@ class Solution {
|
|||
```
|
||||
|
||||
Python:
|
||||
```class Solution:
|
||||
```Python
|
||||
class Solution:
|
||||
def threeSum(self, nums):
|
||||
ans = []
|
||||
n = len(nums)
|
||||
|
|
|
|||
Loading…
Reference in New Issue