Answers for "python replace backslash with forward slash"

1

python replace backslash with forward slash

path = r"C:\Users\user\Pharmacy 2012-2016 Monthly.xlsx".replace("\\","/")
Posted by: Guest on September-08-2021

Code answers related to "python replace backslash with forward slash"

Python Answers by Framework

Browse Popular Code Answers by Language