PythonSkills.org
Courses
Exercices
Challenges
Quizzes
Open console
0 points
Get started
Loading...
All Challenges
Loading...
Not Solved
Reverse and capitalize every word
Write a function that takes a sentence and returns each word reversed and capitalized.
Advanced
Hint
sample input: "hello world"
sample output: OLLEH DLROW
Run Tests
Clear Tests
Test Output:
Show Solution
Show Code
Loading...
Next challenge: Reverse alternating words