Capitalize Letters Python

Python program to capitalize the first letter of every word in the file

Capitalize Letters Python. Web the capitalize () method returns a string where the first character is upper case, and the rest is lower case. S = 'capital letters' s.upper () >>> 'capital letters'.

Python program to capitalize the first letter of every word in the file
Python program to capitalize the first letter of every word in the file

Web for converting the string into uppercase. S = 'capital letters' s.upper () >>> 'capital letters'. Web the capitalize () method returns a string where the first character is upper case, and the rest is lower case. For converting only first letter.

Web for converting the string into uppercase. Web the capitalize () method returns a string where the first character is upper case, and the rest is lower case. Web for converting the string into uppercase. S = 'capital letters' s.upper () >>> 'capital letters'. For converting only first letter.