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

像这种的话,怎么把回车\n放进去,并起到作用?

请把下面的字符串用r'''...'''的形式改写,并用print打印出来:

'\"To be, or not to be\": that is the question.\nWhether it\'s nobler in the mind to suffer.'

怎么把回车\n放进去,并起到作用?

正在回答

3 回答

谢谢各位的回答,我想做的其实并不是自己手动回车,只是想把\n放进去,来起到作用

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

饭哥

raw字符串本来就是为了表示不需要转义的字符串,你把\n进去只会被识别为\和n 如果你想要\n起到作用的话前面不要加上r就可以了
2017-07-12 回复 有任何疑惑可以回复我~

''' "To be, or not to be ": that is the question.
Whether it's nobler in the mind to suffer.'''

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

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

that is the question.

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

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

举报

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

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

进入课程

像这种的话,怎么把回车\n放进去,并起到作用?

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