To convert a string to lowercase in Python, we can use the Python string's lower method. For instance, we write: s = "Kilometer" print(s.lower ...
確定! 回上一頁