PythonSkills.org
Courses
Exercices
Challenges
Quizzes
Open console
0 points
Get started
Loading...
All Challenges
Loading...
Loading...
Reverse entire string
Write a function that takes a string and returns the string in reverse order.
Beginner
Hint
sample input: "hello"
sample output: olleh
Loading...
Run Tests
Clear Tests
Test Output:
Show Solution
Show Code
Not Solved
Next challenge: Extract characters between two specific characters