我正在使用python 3.5.1.当我试着这个
print(r'\t\\\')
我收到错误:SyntaxError:EOL扫描字符串文字时.但是这个效果很好
print(r'\t\\')
有人可以解释一下吗?
python-3.x
python-3.x ×1