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

View File

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