Explain capitalize( ) method in Python.
Answers
Answered by
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