as you can see from the title I am having difficulties opening files in pycharm. Every time I try to open a file it says: "Errno2: no such file or directory"
I already put the file in the directory my pycharm project is.
Here is a screenshot: https://gyazo.com/f9c12e266a4608ed8da3ccf9c6f9dbe3
Here's the code I use to open the file (I renamed the file to "filef"):
myfile = open("filef.txt", "r")