+3 votes
in Class 11 by kratos

Write the syntax for capitalize( ) method.

1 Answer

+2 votes
by kratos
 
Best answer

Following is the syntax for capitalize( ) method : str.capitalize( )

...