首页 > 编程语言 > 详细

python 多行字符串

时间:2014-10-05 18:09:38      阅读:364      评论:0      收藏:0      [点我收藏+]

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

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

 

python 多行字符串

原文:http://www.cnblogs.com/ghgyj/p/4007205.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!