这个多行r,怎么添加换行符呢,除了按键盘回车。

来源:3-6 Python中raw字符串与多行字符串

高飞的鱼

2022-01-12 15:34

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


写回答 关注

1回答

  • weixin_慕数据7090326
    2022-01-12 17:46:15

    加个\n

    weixin... 回复高飞的鱼

    你不加r的话可以用\n来换行

    2022-01-12 18:26:05

    共 7 条回复 >

Python3 入门教程(新版)

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

154175 学习 · 1075 问题

查看课程

相似问题