python 反斜杠与直接显示原始字符串

作者: python 发布时间: 2022-10-16 浏览: 456 次 编辑

python 反斜杠与直接显示原始字符串

print("nihao\nhaode")
print(r"nihao\nhaode")