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

为什么没有换行?

>>> print(r'''"To be,or not to be":that is the question.Whether it's noblerin the mind to suffer.''')
"To be,or not to be":that is the question.Whether it's noblerin the mind to suffer.
>>> print('\"To be, or not to be\": that is the question.\nWhether 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.
>>>

正在回答

3 回答

r'''"To be , or not to be"; that is the question.
Whether it's nobler in the mind to suffer.'''
0 回复 有任何疑惑可以回复我~

这是多行,讲义里面有

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

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

Whether it's noblerin the mind to suffer.'''

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

python入门中 提问者

什么意思
2019-06-23 回复 有任何疑惑可以回复我~

举报

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

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

进入课程

为什么没有换行?

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