代码示例:(标识:python_string_lower)
python_string_lower.py
a = "Hello, World!"
print(a.lower())
运行结果: