Merge pull request #1646 from casnz1601/patch-28

Update 0077.组合.md
This commit is contained in:
程序员Carl
2022-09-20 12:07:52 +08:00
committed by GitHub

View File

@ -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):