python 多行字符串

时间:2014-10-05 20:23:28   收藏:0   阅读:237

字符串是要用引号(双引号,单引号,多行用三个引号)引起来

TypeError: not enough arguments for format string

you have to specify multiple arguments as tuple, eg

print "%d %s of beer on the wall," % (bottles, s1)

去空格及特殊符号

s.strip().lstrip().rstrip(,)

连接字符串

sStr1 = strcat
sStr2 = append
sStr1 += sStr2
print sStr1
>>> s = s
>>> s2 = s2 %s % s
>>> s2
s2 s

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!