Inspiration
Inspired from the LHD: Build Challenges
What it does
Inputs a string and reverses it.
How we built it
Well, Python was the go-to language for this challenge. At first, I thought of using the inbuilt python [::-1] function, but where's the fun in that, eh? So, I built a function to loop through the string and add individual characters in front of a new string so that the characters at the left of the original string end up on the right side of the reverse string.
Accomplishments that we're proud of
Proud to have completed another challenge of LHD: Build.
Log in or sign up for Devpost to join the conversation.