When I open a file from a specific folder the Backslash convert the first char of the file name to "x0" and compiler handle the code as escape sequence such as :
file = open("D:\python1\venom.txt")
and the output will be :
OSError: [Errno 22] Invalid argument: 'D:\\python1\x0benom.txt'