Answers for "python how to replace backslash"

2

python replace backslash with forward slash

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

Python Answers by Framework

Browse Popular Code Answers by Language