Strings • Exercise 1/6

Reverse a String

00:00
0
10 points

Instructions

Create a function reverse_string that takes a string and returns it reversed.

Example: reverse_string("hello") returns "olleh"

Your Code

Results

Click "Run Tests" to see results