To convert a Python string to lowercase, use the str.lower() method. To convert to uppercase, use the str.upper() method.
確定! 回上一頁