The Python 3.11.3 interpreter, upon seeing the expression r'\\' emits the message SyntaxError: unterminated string literal
The Python 3.11.3 interpreter, upon seeing the expression
r'\'
emits the message
SyntaxError: unterminated string literal