LL527788
2021-06-24 17:30
print(r'''"To be, or not to be": that is the question.
Whether it's nobler in the mind to suffer.''')
换行的那个转义字符\n,写了之后也不换行,而是直接输出\n了
是的,在字符串前面加转义无效符r会使当前字符串的转义字符无效化
Python3 入门教程(新版)
154172 学习 · 1075 问题
相似问题
回答 3
回答 2
回答 1