1、python字符串常用方法大全 2、格式化输出 format的基本玩法Python中格式化字符串输出的4种方式 3、find() 在字符串中快速地查找某个子字符串 find()函数find()函数用法 4、upper、lower函数字母大小写转换 upper()函数lower()函数 5、sep字符串之间分割 Python中“end=”和“sep=”的区别Python中带有print()函数的sep参数