How to lowercase a string in Python? Use .lower() For example: s = "Kilometer" print(s.lower()). The official 2.x documentation is ...
確定! 回上一頁