Skip to content

Commit 42e4cc2

Browse files
authored
Update 0077.组合.md
Remove redundant comment for python
1 parent 7f78c8d commit 42e4cc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

problems/0077.组合.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ class Solution {
368368

369369
### Python
370370

371-
Python2:
372371
```python
373372
class Solution(object):
374373
def combine(self, n, k):

0 commit comments

Comments
 (0)