python replace backslash with forward slash

Solutions on MaxInterview for python replace backslash with forward slash by the best coders in the world

showing results for - "python replace backslash with forward slash"
Micaela
11 Sep 2020
1path = r"C:\Users\user\Pharmacy 2012-2016 Monthly.xlsx".replace("\\","/")