WHOLE QUESTION: Write a function that takes as a parameter a list of strings and returns a list containing the each string capitalized as a title. That is, if the input paramete
You're operating on the list, not a element of the list.
r.title()
This makes no sense.