Reverse

Your program should loop repeatedly until the user enters an empty string. titleCase(aString) Write a Python function to accept a string and return it in title case (with each word capitalized) and all letters except the first in lowercase. You may assume that there is one space between words. Example. aString = "how to write python PROGRAMS" ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download