parent
767c7fdcca
commit
8b862a548c
|
|
@ -165,7 +165,7 @@ class Solution {
|
||||||
```
|
```
|
||||||
|
|
||||||
Python:
|
Python:
|
||||||
```python3
|
```python
|
||||||
|
|
||||||
class Solution(object):
|
class Solution(object):
|
||||||
def fourSum(self, nums, target):
|
def fourSum(self, nums, target):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue