I am trying to print
Path = "C:\Temp\abcd.pdf"
print(Path)
output:C:\Tempbcd.pdf
Why its not printing full path? "C:\Temp\abcd.pdf"
Does it read \new line?
I am trying to print
Path = "C:\Temp\abcd.pdf"
print(Path)
output:C:\Tempbcd.pdf
Why its not printing full path? "C:\Temp\abcd.pdf"
Does it read \new line?