Inspiration
There are different ways to reverse a string but i chose this method since it is kinda unorthodox.
What it does
It receives user input of a string and returns its reversed format.
How we built it
This program was built with the help of the concept of slicing and manipulating a string with its parameters.
Challenges we ran into
None
Accomplishments that we're proud of
I am proud that I was able to solve the question in an unorthodox or unusual manner.
What we learned
Slicing a string with no 1st and 2nd arguement and giving 3rd arguement as -1 reverses a string in python.
What's next for Reversing a string
Finding more ways to reverse more strings of course!
Log in or sign up for Devpost to join the conversation.