为了账号安全,请及时绑定邮箱和手机立即绑定

字符串和三引号

作业不加r也可以执行啊,为什么提交不上去? 意思是r'...'中间不能有‘’和"",但是r'''...'''就可以了?

>>> print '''"To be,or not to be":

...

... that is the question.

...

... Whether it's nobler in the mind to suffer.'''

"To be,or not to be":


that is the question.


Whether it's nobler in the mind to suffer.


正在回答

1 回答

r'...'   中间的字符串必须是单行,而且不能包含单引号和双引号。而r'''...''' 就可以包含多行,且可以包含单引号和双引号。

0 回复 有任何疑惑可以回复我~
#1

courageadd1 提问者

非常感谢!
2015-10-14 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
初识Python
  • 参与学习       758622    人
  • 解答问题       8667    个

学python入门视频教程,让你快速入门并能编写简单的Python程序

进入课程

字符串和三引号

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信