I'm writing a function that receives string of path and in the example I have, it has the "\v" in it , how do I solve it ?
getting error : OSError: [Errno 22] Invalid argument: 'C:\x0baction.txt'
def foo(file1,file):
file2=open(file2,"r")
def main():
foo("C:\work.txt", "C:\vaction.txt")