f = open("C:\Users\aleed_000\Desktop\dis.txt","r")
print (f.read())
f.close()
Can anyone explain why this doesn't read from my file named dis.txt? When I tried to run it, it says error, and then highlights the open paren. I don't understand what is wrong.