字符串运算符r

print('有r',r'\n')
print('无r','\n')
#输出
有r \n
无r 

 

posted @ 2020-06-08 14:59  略略略额  阅读(241)  评论(0)    收藏  举报