I am running a Python code on Windows machine wherein I have mentioned the path to a directory like this:
ofile = 'C:\cygwin64\home\myuser\Research\temp' + '\' + ifile
But I am getting the following error. How can I fix the error?
File "zipafile.py", line 8
ofile = 'C:\cygwin64\home\myuser\Research\temp' + '\' + ifile
^
SyntaxError: EOL while scanning string literal