mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-09 19:44:45 +08:00
add python solution fot 0018.4sum
correct format.
This commit is contained in:
@ -165,7 +165,7 @@ class Solution {
|
||||
```
|
||||
|
||||
Python:
|
||||
```python3
|
||||
```python
|
||||
|
||||
class Solution(object):
|
||||
def fourSum(self, nums, target):
|
||||
|
Reference in New Issue
Block a user