Update snippets/reverse_string.md

Co-Authored-By: Angelos Chalaris <chalarangelo@gmail.com>
This commit is contained in:
Kumar Shivam
2019-10-13 14:59:01 +05:30
committed by GitHub
parent 4d61891f62
commit cc46571a14

View File

@ -3,7 +3,7 @@ title: reverse_string
tags: string,beginner
---
Returns the string after reversing it.
Returns the reverse of a string.
Use string slicing to reverse the string.