mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-09 02:53:31 +08:00
40.组合总和II python代码块 注释修改
This commit is contained in:
@ -296,7 +296,7 @@ class Solution {
|
||||
}
|
||||
```
|
||||
Python:
|
||||
```py
|
||||
```python
|
||||
class Solution:
|
||||
def combinationSum2(self, candidates: List[int], target: int) -> List[List[int]]:
|
||||
res = []
|
||||
|
Reference in New Issue
Block a user