mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-10 04:06:51 +08:00
Update 0077.组合.md
Remove redundant comment for python
This commit is contained in:
@ -368,7 +368,6 @@ class Solution {
|
|||||||
|
|
||||||
### Python
|
### Python
|
||||||
|
|
||||||
Python2:
|
|
||||||
```python
|
```python
|
||||||
class Solution(object):
|
class Solution(object):
|
||||||
def combine(self, n, k):
|
def combine(self, n, k):
|
||||||
|
Reference in New Issue
Block a user