Exercise: Title-case a book name

The variable raw holds a book name in all lowercase. Use str.title() to capitalize the first letter of every word and store the result in title.
Python
Setting up Python environment...
Output