标签:python str 教程 style 添加元素 find gui pre ring
#字符串
‘%s plus %s equals %s‘%(1,2,3) %10f %pi %10.2f %5s %‘guido van poee %.*s %(5,‘gjffuygv‘)
%010.2 0000003.14
%-10.2f
#字符串方法
string.letters 包含所有字母的字符串
#find title.find("sdf") 没有返回-1
#join 添加元素
#lower
#replace(”isj,"ss")
#’1+2+3+4‘。split(“+”)
python基础学习笔记——Python基础教程(第2版 修订版)第三章(字符串)
标签:python str 教程 style 添加元素 find gui pre ring
原文地址:http://www.cnblogs.com/realmonkeykingsun/p/7469111.html