SyntaxFix
Write A Post
Hire A Developer
Questions
If you are here for a filepath just use "\\"
"\\"
import os path = r"c:\file"+"\\"+"path" os.path.normpath(path)
which will outputc:\file\path
c:\file\path