
Python String capitalize()
In Python, the capitalize() method converts first character of a string to uppercase letter and lowercases all other characters, if any. The syntax of capitalize() is: 1. […]
In Python, the capitalize() method converts first character of a string to uppercase letter and lowercases all other characters, if any. The syntax of capitalize() is: 1. […]