零樱
2021-07-27 17:29
print(r'''\"To be, or not to be \": that is the question.
Whether it's nobler in the mind to suffer.''')
a= r'''"To be, or not to be ": that is the question.
Whether it's nobler in the mind of suffer."'''
print (a)
其实用了raw就没有必要放 \ 了
Python3 入门教程
164209 学习 · 1131 问题
相似问题