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

不懂就问

# Enter a
print(r'''"To be, or not to be":that is the question.
Whether it's nobler in the mind to suffer.''')
用r'''……'''来输出,为什么到最后suffer那里是三个'''而不是四个'''',(有一个'是题目里有的)

正在回答

1 回答

是4个,加上空格就行,记得在'''与'中间加上空格,'和"中间也要加上空格

print(r''' ' " To be, or not to be":that is the question.

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

r'''……'''的好处就是,完全不需要考虑\了

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

举报

0/150
提交
取消
Python3 入门教程(新版)
  • 参与学习       154136    人
  • 解答问题       1075    个

python3入门教程,让你快速入门并能编写简单的Python程序

进入课程

不懂就问

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