Question: define a python function without using bult in python methods cs110capitalize - Takes an input string and returns a string with the first character capitalized
define a python function without using bult in python methods
cs110capitalize - Takes an input string and returns a string with the first character capitalized for every word. The rest of the characters are in lower case. For example, if the input to the function is "I like Python a lot", the function should return a string that looks like "I Like Python A Lot
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
