fixed typo
This commit is contained in:
@ -5,7 +5,7 @@ tags: string,beginner
|
|||||||
|
|
||||||
Returns the string after reversing it.
|
Returns the string after reversing it.
|
||||||
|
|
||||||
Use string slicing to rotate the string.
|
Use string slicing to reverse the string.
|
||||||
|
|
||||||
```py
|
```py
|
||||||
def reverse_string(string):
|
def reverse_string(string):
|
||||||
|
|||||||
Reference in New Issue
Block a user