+1 vote
in Class 11 by kratos

Explain capitalize( ) method in Python.

1 Answer

+3 votes
by kratos
 
Best answer

The method capitalize( ) returns a copy of the string with only its first character capitalized.

...