Daily challenge for 2025-01-14
14. Reverse Words
Write a function solve that reverses the words in a string. Words are separated by spaces.
Example:Input: "the sky is blue"Output: "blue is sky the"
Run this challenge interactively in Python or JavaScript when the app loads.