字符串capitalize用法

str.capitalize()

首字母大写 其余字母小写


字符串lower & casefold用法

str.lower()

str.casefold()

用法相同均为小写字符串中字母

注意:若字符串为空也不会报错