what is wrong with that r"\"

alf ask at me
Tue Jul 3 08:15:49 EDT 2007


question without words:

 >>> r"\"
   File "<stdin>", line 1
     r"\"
        ^
SyntaxError: EOL while scanning single-quoted string
 >>> r"\ "
'\\ '



More information about the Python-list mailing list