Saved Bookmarks
| 1. |
Write the syntax for capitalize( ) method. |
|
Answer» Following is the syntax for capitalize( ) method : str.capitalize( ) |
|