问答详情
源自:3-6 Python中raw字符串与多行字符串

r'''...'''出错,r"""...""" OK 这是为什么呢

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

提问者:什么时候能不懒呢 2020-11-29 07:26

个回答

  • 自学Python
    2021-03-17 00:26:18

    应该放错误的图片,你放正确的看不出来。有可能是用的中文’引号。

  • 慕斯1174349
    2020-11-29 15:44:07

    你用的是“”双引号