Inspiration

I was inspired to create this program to try a previous accomplishment in a new programming language for Local Hack Day: Build.

What it does

The program takes a string via user input and returns a reversed version of it to the console.

How we built it

I build this program with the python programming language. I wrote the majority of the code in the context of a single function that takes the input string to reverse, and then runs the program by executing the function with the input string as its parameter input as the last line of the program.

Challenges we ran into

I ran into the challenge of remembering how to write an array in the Python programming language.

Accomplishments that we're proud of

I am proud of remembering how to work with arrays in the Python programming language.

What we learned

I learned how to work with arrays in the Python programming language.

What's next for Reversed String

I could work with this project in the context of lists of various other data types (e.g. integers, doubles, etc.).

Built With

Share this project:

Updates