Is this a bug in Python, or my misunderstanding of row string
>>> c = r'c:\'
Traceback (  File "<interactive input>", line 1
    c = r'c:\'
             ^
SyntaxError: invalid token

Reply via email to