Update snippets/reverse_string.md
Co-Authored-By: Angelos Chalaris <chalarangelo@gmail.com>
This commit is contained in:
@ -3,7 +3,7 @@ title: reverse_string
|
|||||||
tags: string,beginner
|
tags: string,beginner
|
||||||
---
|
---
|
||||||
|
|
||||||
Returns the string after reversing it.
|
Returns the reverse of a string.
|
||||||
|
|
||||||
Use string slicing to reverse the string.
|
Use string slicing to reverse the string.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user