Inspiration
Challenge asked for a script that took a string and reversed it.
What it does
Asks the user to enter a string. Splits string into characters and saves the characters in a list. Uses reversed method on list to reverse the order of the characters. Joins the list into a new string and outputs to the user.
How we built it
Built using Python
Challenges we ran into
No real challenges, just remembering Python syntax as I haven't used Python in a few months
Accomplishments that we're proud of
Completing the challenge
What we learned
Learned more about the reversed method. Initially was going to use a sort algorithm but then found the reversed method
What's next for Reverse String
No future plans.
Log in or sign up for Devpost to join the conversation.