ICI Modules: str: capitalize
Modules by name : by typeSynopsis
string = str.capitalize(string)Description
Returns the capitalized form of the argument string, i.e, if the first character of the string is a lowercase character it is converted to uppercase in the result.