Good afternoon I have a string that is a windows path c: \ user \ x but I want to delete the lines or change them "\" however it marks me an error when trying to do it this is my code:
string = "C:\User\New\Desktop"
s_replace = string.replace("\"," ")
but I did not work