Exerpad
Exercise 9 · Chapter: String ManipulationOptional+50 XP

Title Maker

Read a sentence and print it in title case (first letter of each word capitalized).

Example:

Input:

the quick brown fox

Output:

The Quick Brown Fox
Need a hint?
3 available · costs 5 XP each
python

Output
Run your code to see the output here.