Computer Science, asked by kishoreshanthy2370, 1 year ago

Explain capitalize( ) method in Python.

Answers

Answered by 000khushi
0
In python, the capitalise ( ) method converts the first character of the string to capital letter. If the string has its first character as capital, then it returns the original string.
Similar questions