What's the issue with this code snippet?
r before the 'C:\User'path into a string before we print it""+= operator with stringsThat's it! We need to make the literal a raw string or escape the backslash with another \ sign.
Not quite! We need to make the literal a raw string or escape the backslash with another \ sign.