print(r'''"To be, or not to be": that is the question.
Whether it's nobler in the mind to suffer.''')
换行的那个转义字符\n,写了之后也不换行,而是直接输出\n了
是的,在字符串前面加转义无效符r会使当前字符串的转义字符无效化