To convert a string to a lowercase string in Python, use the string.lower() built-in string method. This returns a lowercase string version. > ...
確定! 回上一頁