零樱
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 入门教程(新版)
154161 学习 · 1075 问题
相似问题