src = r'C:\Users\'
I keep getting an error when assigning the above string to a variable (SyntaxError: EOL while scanning string literal). It has something to do with the last backslash. I would have thought making it a raw string would prevent this. What is causing this?