Python String capitalize()

2021 VietMX 0

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. […]