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