Can anybody tell me what is wrong in this program? I face
syntaxerror unexpected character after line continuation character
when I run this
Replace
f = open(D\\python\\HW\\2_1 - Copy.cp,"r");
by
f = open("D:\\python\\HW\\2_1 - Copy.cp", "r")
What tutorial are you using?