用途
.lower()-例如:
s = "Kilometer"print(s.lower())
官方2.x文档在这里: 官方3.x文档在这里:
str.lower()](https://docs.python.org/2/library/stdtypes.html?highlight=str.lower#str.lower)[str.lower()

用途
.lower()-例如:
s = "Kilometer"print(s.lower())
官方2.x文档在这里: 官方3.x文档在这里:
str.lower()](https://docs.python.org/2/library/stdtypes.html?highlight=str.lower#str.lower)[str.lower()