I'm new to Python and I'm having a problem I can't explain. While running:
>>> open('word.txt')
it returns: No such file or directory: 'words.txt', even if I have both files saved in the same place.
I've tried entering the entire file location, but still no luck.
Any help would be greatly appreciated, and thank you very much for your time