add python solution for 0541.reverseStrII

code block head change to python
This commit is contained in:
tw2665 2021-05-21 09:31:00 -04:00 committed by GitHub
parent 857ce0f8f5
commit 5fe52a5019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class Solution {
```
Python
```python3
```python
class Solution(object):
def reverseStr(self, s, k):