I want to use a path in python but python doesn't understand usual path with a "\". So I decided to fix it with the method ".replace" and "/". The problem is that when I use the method ".replace", it doesn't read "\" as a character... How do do it ? If I can improve this question by any way, let me know !
raw_path=(str(input("please write down the exact path")))+"/"
raw_path.replace("\","/")