码迷,mamicode.com
首页 > 编程语言 > 详细

python 多行字符串

时间:2014-10-05 20:23:28      阅读:237      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   ar   for   sp   div   

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

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 多行字符串

标签:style   blog   http   color   io   ar   for   sp   div   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!