commit
7b76e6be35
|
|
@ -296,7 +296,7 @@ class Solution {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Python:
|
Python:
|
||||||
```py
|
```python
|
||||||
class Solution:
|
class Solution:
|
||||||
def combinationSum2(self, candidates: List[int], target: int) -> List[List[int]]:
|
def combinationSum2(self, candidates: List[int], target: int) -> List[List[int]]:
|
||||||
res = []
|
res = []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue