Question: You encounter a FileNotFoundException while using just the filename in the `open` function. What might be the easiest solution?
- Make sure the file is on the system PATH
- Create a symbolic link to allow better access to the file
- Copy the file to the same directory as where the script is running from
- Add the path to the file to the PYTHONPATH environment variable
Answer: The correct answer of the above question is Option C:Copy the file to the same directory as where the script is running from