leetle

Daily challenge for 2025-04-10

100. Reverse Words in a String

Write a function solve that reverses the words in a string without reversing the characters in each word.

Example:
Input: "Hello World"
Output: "World Hello"

Run this challenge interactively in Python or JavaScript when the app loads.