Capitalize Letters Python

Python capitalize Method

Capitalize Letters Python. 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.

Python capitalize Method
Python capitalize Method

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 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. Web for converting the string into uppercase. For converting only first letter.