matthewsamuel95 / ACM-ICPC-Algorithms

Algorithms used in Competitive Programming
2.1k stars 1.27k forks source link

Create reverse_string.py #606

Closed ibnahmadbello closed 6 years ago

ibnahmadbello commented 6 years ago

The file output a reverse form of a string. The String reversal is done using slice.