 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Explain capitalize( ) method in Python. | 
| Answer» The method capitalize( ) returns a copy of the string with only its first character capitalized. | |