Visual Studio Code – VS Code – Python code not opening file properly
I wrote this code to open a file in python using VS CODE - with open("Answer Words.txt") as Answer_Words_File: Answer_Words = Answer_Words_File.read() But it says " FileNotFoundError: [Errno 2] No such file or directory: 'Answer Words.txt' " This code worked…