Convert the first character of a string to uppercase in Python · 1. Using str.title() function · 2. Using str.capitalize() function · 3. Using Slicing.
確定! 回上一頁