i just finished learning python so i try to build my first project which is backup tool but from many dir so the problem as always with me in windows path and backslash here is the code
import os
def list():
AO = True
while AO:
list_files = []
user_input = input("please put path of the file : ")
list_files.append(user_input)
so when i try to print the list i get path with double backslash so is there any way to get input as raw string