rank vote view answer url
45 1570 1836708 8 url

在 Python 中如何将字符串转回为小写


s = "Kilometer"
print(s.lower())

官方文档 str.lower