Python字符串操作(上)

目录

capitalize()方法——字符串首字母转换为大写

casefold()方法——所有大写字符转换为小写

center()方法——字符串居中填充

你可能感兴趣的:(python,开发语言)