add python solution for 0541.reverseStrII
code block head change to python
This commit is contained in:
parent
857ce0f8f5
commit
5fe52a5019
|
|
@ -134,7 +134,7 @@ class Solution {
|
|||
```
|
||||
|
||||
Python:
|
||||
```python3
|
||||
```python
|
||||
|
||||
class Solution(object):
|
||||
def reverseStr(self, s, k):
|
||||
|
|
|
|||
Loading…
Reference in New Issue