I am taking python at my college and I am stuck with my current assignment. We are supposed to take 2 files and compare them. I am simply trying to open the files so I can
If you are trying to open a file then you should use the path generated by os, like so:
os
import os os.path.join("path","to","the","file")