# 转换# 'capitalize',# 'lower',# 'upper',# 'casefold',# 'swapcase', 大小写互换# 'title',# 'strip',# 'rstrip',# 'lstrip',# 'replace', 替换# 'maketrans', 转换# 'translate',# 增加字符到指定的长度# 'center',# 'ljust',# 'rjust',# 'zfill'# 查找字符串# 'count',# 'find', 没有返回-1# 'rfi…