Python String capitalize() Function

String in Python has built-in functions for almost every action to be performed on a string. Python String capitalize() function is used to convert only the first character to the uppercase letter, rest all characters are lowercase. Key Points : Return Type: String Parametric Values: No parameters can be parsed onto capitalize() function. Converts only […]

Python String capitalize() Function Read More »