News

# capitalize() makes the first letter of the string, capital letter. And all other letter in small case. Create a program that do the same functionality without using capitalize() function.
Capitalize the first and last letter of each word of a string In this python program, we will be changing the case for the first and last character of the string. Changing case in the string doesn’t ...