fixed typo

This commit is contained in:
kshivi99
2019-10-13 10:36:38 +05:30
parent eb4e7c172d
commit 4d61891f62

View File

@ -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):