0
backslash in Python
In the string "C:\Users\Eric\Desktop\beeline.txt" , how can we duplicate all backslashes ?
6 ответов
+ 1
Thanks
0
~ swim ~
I am referring to this article
https://stackoverflow.com/questions/1347791/unicode-error-unicodeescape-codec-cant-decode-bytes-cannot-open-text-file
I know about raw string but is duplicate backslashes?
0
~ swim ~
Actually I don't have any idea about File Handling so I thought it might be a common topic