All ChallengesLoading...
Not Solved
Reverse words in a sentence
Write a function that takes a sentence and returns the sentence with each word individually reversed, maintaining their original order.
Intermediate
sample input: "hello world"
sample output: olleh dlrow
Loading...
Test Output: